Date: Mon, 24 Nov 2014 18:25:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373243 - head/math/p5-Math-Int64 Message-ID: <201411241825.sAOIPKW1093256@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 24 18:25:20 2014 New Revision: 373243 URL: https://svnweb.freebsd.org/changeset/ports/373243 QAT: https://qat.redports.org/buildarchive/r373243/ Log: - Strip shared library in post-install: - Remove contiguous blank lines Modified: head/math/p5-Math-Int64/Makefile Modified: head/math/p5-Math-Int64/Makefile ============================================================================== --- head/math/p5-Math-Int64/Makefile Mon Nov 24 18:25:15 2014 (r373242) +++ head/math/p5-Math-Int64/Makefile Mon Nov 24 18:25:20 2014 (r373243) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241825.sAOIPKW1093256>