diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile index 9d02f638e35f..f2d1b6331195 100644 --- a/devel/ossp-ex/Makefile +++ b/devel/ossp-ex/Makefile @@ -1,22 +1,23 @@ PORTNAME= ex PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= OSSP/lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org COMMENT= Small exception handling library for use in C WWW= http://www.ossp.org/pkg/lib/ex/ USES= libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libex.so .include diff --git a/devel/ossp-ex/pkg-plist b/devel/ossp-ex/pkg-plist index c98a22420af4..c43e5cad3ba0 100644 --- a/devel/ossp-ex/pkg-plist +++ b/devel/ossp-ex/pkg-plist @@ -1,7 +1,7 @@ bin/ex-config include/ex.h lib/libex.a lib/libex.so lib/libex.so.10 lib/libex.so.10.0.26 -man/man3/ex.3.gz +share/man/man3/ex.3.gz