aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Int64/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 18:25:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 18:25:20 +0000
commitf3da92d81a81138e1663967257f15c3ff3a31cce (patch)
tree50c792cf97c3b53ad43dc27458bf08768b63d34a /math/p5-Math-Int64/Makefile
parent3a54158b214e8490deb8f7ae247b305b2f536e15 (diff)
downloadports-f3da92d81a81138e1663967257f15c3ff3a31cce.tar.gz
ports-f3da92d81a81138e1663967257f15c3ff3a31cce.zip
- Strip shared library in post-install:
- Remove contiguous blank lines
Notes
Notes: svn path=/head/; revision=373243
Diffstat (limited to 'math/p5-Math-Int64/Makefile')
-rw-r--r--math/p5-Math-Int64/Makefile7
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>