diff --git a/devel/p5-Proc-Wait3/Makefile b/devel/p5-Proc-Wait3/Makefile index 1e641e058f9d1..fb76d3b91eb64 100644 --- a/devel/p5-Proc-Wait3/Makefile +++ b/devel/p5-Proc-Wait3/Makefile @@ -2,6 +2,7 @@ PORTNAME= Proc-Wait3 PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,4 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Proc/Wait3/Wait3.so + .include