aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-30 02:42:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-30 02:42:55 +0800
commit244dea967da70ad0d0475cbc0446b9177932dab8 (patch)
tree7d03da43907fbb4221ecaf682ac508ce4b0aa941 /math
parentbf308aa3a019af8064921d64b4c6f61587766062 (diff)
downloadfreebsd-ports-gnome-244dea967da70ad0d0475cbc0446b9177932dab8.tar.gz
freebsd-ports-gnome-244dea967da70ad0d0475cbc0446b9177932dab8.tar.zst
freebsd-ports-gnome-244dea967da70ad0d0475cbc0446b9177932dab8.zip
- Remove now needless chmod u+w/u-w from my and unmaintained ports
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile b/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
index 96dfd9e232fc..44a2a895a27e 100644
--- a/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
+++ b/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
@@ -18,8 +18,6 @@ USES= perl5
USE_PERL5= configure
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
.include <bsd.port.mk>