diff --git a/security/mhash/Makefile b/security/mhash/Makefile index a7fd964a37bd..d84ecc07c2da 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -1,31 +1,32 @@ PORTNAME= mhash PORTVERSION= 0.9.9.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Easy-to-use library for strong hashes such as MD5 and SHA1 WWW= https://mhash.sourceforge.net/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-static --with-gnu-ld TEST_TARGET= check PORTDOCS= example.c skid2-authentication OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmhash.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/mhash/pkg-plist b/security/mhash/pkg-plist index cbf3ad9dae9f..8291fcdeeaf0 100644 --- a/security/mhash/pkg-plist +++ b/security/mhash/pkg-plist @@ -1,12 +1,12 @@ include/mhash.h include/mutils/mglobal.h include/mutils/mhash.h include/mutils/mhash_config.h include/mutils/mincludes.h include/mutils/mtypes.h include/mutils/mutils.h lib/libmhash.a lib/libmhash.so lib/libmhash.so.2 lib/libmhash.so.2.0.1 -man/man3/mhash.3.gz +share/man/man3/mhash.3.gz