svn commit: r372728 - head/converters/p5-Unicode-Map8

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 18 16:10:29 UTC 2014


Author: amdmi3
Date: Tue Nov 18 16:10:28 2014
New Revision: 372728
URL: https://svnweb.freebsd.org/changeset/ports/372728
QAT: https://qat.redports.org/buildarchive/r372728/

Log:
  - Strip library

Modified:
  head/converters/p5-Unicode-Map8/Makefile

Modified: head/converters/p5-Unicode-Map8/Makefile
==============================================================================
--- head/converters/p5-Unicode-Map8/Makefile	Tue Nov 18 16:08:12 2014	(r372727)
+++ head/converters/p5-Unicode-Map8/Makefile	Tue Nov 18 16:10:28 2014	(r372728)
@@ -16,4 +16,9 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so
+	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so
+	${CHMOD} u-w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list