aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PPerl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-PPerl/Makefile')
-rw-r--r--devel/p5-PPerl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-PPerl/Makefile b/devel/p5-PPerl/Makefile
index e00e584acc7f..19459d3b133a 100644
--- a/devel/p5-PPerl/Makefile
+++ b/devel/p5-PPerl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= PPerl
PORTVERSION= 0.25
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MSERGEANT
@@ -16,7 +16,7 @@ USES= perl5
USE_PERL5= configure
post-install:
- @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/PPerl/PPerl.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pperl
.include <bsd.port.mk>