diff options
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 10 | ||||
-rw-r--r-- | security/mhash/pkg-descr | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 9fcf93120380..b99373b5f03b 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -16,18 +16,18 @@ 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 <bsd.port.mk> diff --git a/security/mhash/pkg-descr b/security/mhash/pkg-descr index d68b482549a6..e951c8f0ea97 100644 --- a/security/mhash/pkg-descr +++ b/security/mhash/pkg-descr @@ -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/ |