aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:04:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:04:31 +0000
commite7d75e76ae394f124daa126be67dc46903050852 (patch)
treeb2e4577d2a6030496a51154d73846f19534e780e
parent90d9c7a04a054b3728ce2680dcbf066251c11ece (diff)
downloadports-e7d75e76ae394f124daa126be67dc46903050852.tar.gz
ports-e7d75e76ae394f124daa126be67dc46903050852.zip
Notes
-rw-r--r--devel/p5-Hash-NoRef/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Hash-NoRef/Makefile b/devel/p5-Hash-NoRef/Makefile
index c3f0e265c047..482a841288d9 100644
--- a/devel/p5-Hash-NoRef/Makefile
+++ b/devel/p5-Hash-NoRef/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Hash-NoRef
PORTVERSION= 0.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,4 +14,7 @@ COMMENT= HASH that store values without increase the reference count
USE_PERL5= configure
USES= perl5
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Hash/NoRef/NoRef.so
+
.include <bsd.port.mk>