diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 18:25:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 18:25:20 +0000 |
commit | f3da92d81a81138e1663967257f15c3ff3a31cce (patch) | |
tree | 50c792cf97c3b53ad43dc27458bf08768b63d34a /math | |
parent | 3a54158b214e8490deb8f7ae247b305b2f536e15 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Int64/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile index 40fad4a7fb15..22bada24a0de 100644 --- a/math/p5-Math-Int64/Makefile +++ b/math/p5-Math-Int64/Makefile @@ -16,8 +16,9 @@ LICENSE_COMB= dual USE_PERL5= configure USES= perl5 -post-stage: - ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Int64/Int64.so - +post-install: + ${CHMOD} u+w ${STAGEDIR}${SITE_ARCH}/auto/Math/Int64/Int64.so + ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Math/Int64/Int64.so + ${CHMOD} u-w ${STAGEDIR}${SITE_ARCH}/auto/Math/Int64/Int64.so .include <bsd.port.mk> |