From f3da92d81a81138e1663967257f15c3ff3a31cce Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 24 Nov 2014 18:25:20 +0000 Subject: [PATCH] - Strip shared library in post-install: - Remove contiguous blank lines --- math/p5-Math-Int64/Makefile | 7 ++++--- 1 file 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