diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-10 23:02:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-10 23:02:02 +0800 |
commit | d6682b7f26dfe042bb4a7b46bf74a8be075b1d8c (patch) | |
tree | 51a02539761c1d5f91e40f8719316865655d5d79 /math | |
parent | 71ca01bb26a59aca0463ef14bdc199a08b600413 (diff) | |
download | freebsd-ports-gnome-d6682b7f26dfe042bb4a7b46bf74a8be075b1d8c.tar.gz freebsd-ports-gnome-d6682b7f26dfe042bb4a7b46bf74a8be075b1d8c.tar.zst freebsd-ports-gnome-d6682b7f26dfe042bb4a7b46bf74a8be075b1d8c.zip |
- 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> |