svn commit: r381192 - head/devel/p5-PerlIO-eol

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 13 13:24:34 UTC 2015


Author: amdmi3
Date: Fri Mar 13 13:24:32 2015
New Revision: 381192
URL: https://svnweb.freebsd.org/changeset/ports/381192
QAT: https://qat.redports.org/buildarchive/r381192/

Log:
  - Strip library

Modified:
  head/devel/p5-PerlIO-eol/Makefile

Modified: head/devel/p5-PerlIO-eol/Makefile
==============================================================================
--- head/devel/p5-PerlIO-eol/Makefile	Fri Mar 13 13:22:06 2015	(r381191)
+++ head/devel/p5-PerlIO-eol/Makefile	Fri Mar 13 13:24:32 2015	(r381192)
@@ -3,7 +3,7 @@
 
 PORTNAME=	PerlIO-eol
 PORTVERSION=	0.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,4 +17,9 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/eol/eol.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/eol/eol.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/eol/eol.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list