aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-12-09 22:05:26 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-12-09 22:05:26 +0800
commit1e3ba94aeedf392883fc38ba521dcb44222c74ef (patch)
tree710048848666829eff1161b706ed8088002bfd5e
parent0333c88c39edec10f2ef105b0a958e1746c84e52 (diff)
downloadfreebsd-ports-gnome-1e3ba94aeedf392883fc38ba521dcb44222c74ef.tar.gz
freebsd-ports-gnome-1e3ba94aeedf392883fc38ba521dcb44222c74ef.tar.zst
freebsd-ports-gnome-1e3ba94aeedf392883fc38ba521dcb44222c74ef.zip
- Strip library
-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>