Date: Tue, 18 Nov 2014 16:10:29 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372728 - head/converters/p5-Unicode-Map8 Message-ID: <201411181610.sAIGATf6024348@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411181610.sAIGATf6024348>