diff --git a/security/rhash/Makefile b/security/rhash/Makefile index 0954d4f3963c..e16462ceb7dd 100644 --- a/security/rhash/Makefile +++ b/security/rhash/Makefile @@ -1,5 +1,6 @@ PORTNAME= rhash PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -42,6 +43,9 @@ post-patch: @${REINPLACE_CMD} -e '/BYTE_ORDER/s,__,_,g' \ ${WRKSRC}/librhash/byte_order.h +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rhash ${STAGEDIR}${PREFIX}/lib/librhash.so + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}