Date: Tue, 18 Nov 2014 14:31:24 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372722 - head/devel/p5-WeakRef Message-ID: <201411181431.sAIEVO8B079641@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Nov 18 14:31:24 2014 New Revision: 372722 URL: https://svnweb.freebsd.org/changeset/ports/372722 QAT: https://qat.redports.org/buildarchive/r372722/ Log: - Fix stripping Modified: head/devel/p5-WeakRef/Makefile Modified: head/devel/p5-WeakRef/Makefile ============================================================================== --- head/devel/p5-WeakRef/Makefile Tue Nov 18 14:03:57 2014 (r372721) +++ head/devel/p5-WeakRef/Makefile Tue Nov 18 14:31:24 2014 (r372722) @@ -15,6 +15,8 @@ USES= perl5 USE_PERL5= configure post-install: + ${CHMOD} u+w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/WeakRef/WeakRef.so ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/WeakRef/WeakRef.so + ${CHMOD} u-w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/WeakRef/WeakRef.so .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411181431.sAIEVO8B079641>