svn commit: r381185 - head/devel/p5-String-LRC

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 13 13:21:40 UTC 2015


Author: amdmi3
Date: Fri Mar 13 13:21:38 2015
New Revision: 381185
URL: https://svnweb.freebsd.org/changeset/ports/381185
QAT: https://qat.redports.org/buildarchive/r381185/

Log:
  - Strip library

Modified:
  head/devel/p5-String-LRC/Makefile

Modified: head/devel/p5-String-LRC/Makefile
==============================================================================
--- head/devel/p5-String-LRC/Makefile	Fri Mar 13 13:21:36 2015	(r381184)
+++ head/devel/p5-String-LRC/Makefile	Fri Mar 13 13:21:38 2015	(r381185)
@@ -3,7 +3,7 @@
 
 PORTNAME=	String-LRC
 PORTVERSION=	1.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,4 +14,9 @@ COMMENT=	Perl interface for longitudinal
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list