Index: head/security/mhash/Makefile =================================================================== --- head/security/mhash/Makefile (revision 476345) +++ head/security/mhash/Makefile (revision 476346) @@ -1,33 +1,33 @@ # Created by: nsayer@FreeBSD.org # $FreeBSD$ PORTNAME= mhash PORTVERSION= 0.9.9.9 PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Easy-to-use library for strong hashes such as MD5 and SHA1 LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-static --with-gnu-ld +CONFIGURE_ARGS= --enable-static --with-gnu-ld TEST_TARGET= check -OPTIONS_DEFINE= DOCS - PORTDOCS= example.c skid2-authentication +OPTIONS_DEFINE= DOCS + post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmhash.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmhash.so post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR} .include Index: head/security/mhash/pkg-descr =================================================================== --- head/security/mhash/pkg-descr (revision 476345) +++ head/security/mhash/pkg-descr (revision 476346) @@ -1,4 +1,4 @@ Libmhash is a library which implements some hash algorithms like crc32, md5 and sha-1. -WWW: http://schumann.cx/mhash/ +WWW: http://mhash.sourceforge.net/