diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-09 14:05:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-09 14:05:26 +0000 |
commit | be5c138c7814bf12015f0d05f6ddf01a12869107 (patch) | |
tree | 710048848666829eff1161b706ed8088002bfd5e /math/p5-Math-Geometry-Planar-GPC-Polygon | |
parent | 31252245612f02a5e40a54f991b8d392688982bb (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Geometry-Planar-GPC-Polygon')
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile | 3 |
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> |