diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-10 15:02:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-10 15:02:02 +0000 |
commit | 01dfda5bcee1f48859947cd4aa8f34b06757e2e4 (patch) | |
tree | 51a02539761c1d5f91e40f8719316865655d5d79 /math | |
parent | - fatal regression (diff) |
- Fix strip
Suggested by: mat
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile index d9942fdbc5f2..d85b79998155 100644 --- a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile +++ b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile @@ -19,6 +19,8 @@ USE_PERL5= configure MAKE_JOBS_UNSAFE= yes post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so .include <bsd.port.mk> |