svn commit: r381555 - head/devel/p5-PPerl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 18 14:16:15 UTC 2015


Author: amdmi3
Date: Wed Mar 18 14:16:14 2015
New Revision: 381555
URL: https://svnweb.freebsd.org/changeset/ports/381555
QAT: https://qat.redports.org/buildarchive/r381555/

Log:
  - Fix stripping

Modified:
  head/devel/p5-PPerl/Makefile

Modified: head/devel/p5-PPerl/Makefile
==============================================================================
--- head/devel/p5-PPerl/Makefile	Wed Mar 18 14:16:06 2015	(r381554)
+++ head/devel/p5-PPerl/Makefile	Wed Mar 18 14:16:14 2015	(r381555)
@@ -3,7 +3,7 @@
 
 PORTNAME=	PPerl
 PORTVERSION=	0.25
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MSERGEANT
@@ -16,7 +16,11 @@ USES=		perl5
 USE_PERL5=	configure
 
 post-install:
+	@${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
+	@${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
+	@${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/pperl
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pperl
+	@${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/pperl
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list