summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-09 14:05:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-09 14:05:26 +0000
commitbe5c138c7814bf12015f0d05f6ddf01a12869107 (patch)
tree710048848666829eff1161b706ed8088002bfd5e /math
parent- Clarify LICENSE (diff)
- Strip library
Notes
Notes: svn path=/head/; revision=374391
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
index a6dc46a2d1d9..bb182dd3fdf1 100644
--- a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
+++ b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
@@ -18,4 +18,7 @@ USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
+
.include <bsd.port.mk>