svn commit: r370807 - head/devel/p5-WeakRef

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 13 17:34:46 UTC 2014


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>


More information about the svn-ports-all mailing list