diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-11 07:13:40 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-11 07:17:11 +0000 |
| commit | bd26f74d14270ea6d85493786745a8d7377612db (patch) | |
| tree | 13bd9e3daa938f97d94eb10e5fd43663409ba046 | |
| parent | a5cba69a0f223044d64491c5d14aef59477a9540 (diff) | |
security/rhash: Fix stage-qa
- Strip shared library and binary executable
- Bump PORTREVISION for package change
PR: 290603
Approved by: maintainer (timeout, 14 days)
| -rw-r--r-- | security/rhash/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/rhash/Makefile b/security/rhash/Makefile index b85582372b45..b46de32c77a0 100644 --- a/security/rhash/Makefile +++ b/security/rhash/Makefile @@ -1,6 +1,6 @@ PORTNAME= rhash PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -43,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} |
