aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Int64/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-29 15:37:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-29 15:37:14 +0000
commit26759f3fce75f8a90aeafe468f8e49d4124dbd51 (patch)
treeb0063e58db701db2831a4f1e38f7ce202f2639fb /math/p5-Math-Int64/Makefile
parent6184fa03790d8dda9119def530a5fbdf895eb729 (diff)
downloadports-26759f3fce75f8a90aeafe468f8e49d4124dbd51.tar.gz
ports-26759f3fce75f8a90aeafe468f8e49d4124dbd51.zip
- Cleanup CHMOD after r390893
Notes
Notes: svn path=/head/; revision=390915
Diffstat (limited to 'math/p5-Math-Int64/Makefile')
-rw-r--r--math/p5-Math-Int64/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile
index 7fe2fe80e1f5..3b9db915bf03 100644
--- a/math/p5-Math-Int64/Makefile
+++ b/math/p5-Math-Int64/Makefile
@@ -17,8 +17,6 @@ USE_PERL5= configure
USES= perl5
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so
.include <bsd.port.mk>