diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 23:48:22 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 23:48:22 +0800 |
commit | 563fcc5c485756d0cfc9429532fe434ef67dfe52 (patch) | |
tree | 31ec3de929dc9138a0e07d110cda63e1723da720 | |
parent | security/p5-Digest-MD2: Strip shared library (diff) |
security/p5-Digest-MD4: Strip shared library
- Bump PORTREVISION for package change
-rw-r--r-- | security/p5-Digest-MD4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile index 4f23a5220641..ba025424a7f4 100644 --- a/security/p5-Digest-MD4/Makefile +++ b/security/p5-Digest-MD4/Makefile @@ -1,6 +1,6 @@ PORTNAME= Digest-MD4 PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +20,9 @@ USE_PERL5= configure PORTDOCS= Changes rfc1320.txt post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Digest/MD4/MD4.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." |