aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Int128/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-11-26 13:08:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-11-26 13:08:24 +0000
commiteee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch)
tree0d350fe6ad6a2fe3222d838f3c72856c78cd449f /math/p5-Math-Int128/Makefile
parent3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff)
Notes
Diffstat (limited to 'math/p5-Math-Int128/Makefile')
-rw-r--r--math/p5-Math-Int128/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile
index e53bd01c54f5..568e647fcc50 100644
--- a/math/p5-Math-Int128/Makefile
+++ b/math/p5-Math-Int128/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Math-Int128
PORTVERSION= 0.15
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -30,6 +31,6 @@ USE_GCC= yes
.endif
post-stage:
- ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Int128/Int128.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int128/Int128.so
.include <bsd.port.post.mk>