summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-10 12:49:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-10 12:49:51 +0000
commit6bae2ace9d95f272fc3665fa2bc134c1c8ea293a (patch)
tree73713864436673e341169a689443e6f909fc5e23 /math
parentFix shebang. (diff)
- Fix strip
Notes
Notes: svn path=/head/; revision=374453
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
index bb182dd3fdf1..d9942fdbc5f2 100644
--- a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
+++ b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
@@ -19,6 +19,6 @@ USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
post-install:
- ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
.include <bsd.port.mk>