aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile')
-rw-r--r--math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile2
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>