diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-30 02:42:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-30 02:42:55 +0800 |
commit | 244dea967da70ad0d0475cbc0446b9177932dab8 (patch) | |
tree | 7d03da43907fbb4221ecaf682ac508ce4b0aa941 /math | |
parent | bf308aa3a019af8064921d64b4c6f61587766062 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |