diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 23:37:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 23:37:14 +0800 |
commit | c58ad71c1f1b0b37a652e7d234227314024fdb14 (patch) | |
tree | b0063e58db701db2831a4f1e38f7ce202f2639fb /math/p5-Math-Int64 | |
parent | 57b96a7434a56f1069a0c2fd6116ce4f7de10845 (diff) | |
download | freebsd-ports-gnome-c58ad71c1f1b0b37a652e7d234227314024fdb14.tar.gz freebsd-ports-gnome-c58ad71c1f1b0b37a652e7d234227314024fdb14.tar.zst freebsd-ports-gnome-c58ad71c1f1b0b37a652e7d234227314024fdb14.zip |
- Cleanup CHMOD after r390893
Diffstat (limited to 'math/p5-Math-Int64')
-rw-r--r-- | math/p5-Math-Int64/Makefile | 2 |
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> |