Date: Mon, 13 Oct 2014 17:34:46 +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: r370807 - head/devel/p5-WeakRef Message-ID: <201410131734.s9DHYkWi068270@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 13 17:34:45 2014 New Revision: 370807 URL: https://svnweb.freebsd.org/changeset/ports/370807 QAT: https://qat.redports.org/buildarchive/r370807/ Log: - Strip library Modified: head/devel/p5-WeakRef/Makefile Modified: head/devel/p5-WeakRef/Makefile ============================================================================== --- head/devel/p5-WeakRef/Makefile Mon Oct 13 17:34:25 2014 (r370806) +++ head/devel/p5-WeakRef/Makefile Mon Oct 13 17:34:45 2014 (r370807) @@ -14,4 +14,7 @@ COMMENT= API to the Perl weak references USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${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?201410131734.s9DHYkWi068270>