From b8cf41f0328fff24b5ad86131191501239c3c95d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:01:14 +0000 Subject: MFH: r387865 - Fix shebangs - Strip library Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) --- devel/p5-Locale-libintl/Makefile | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/devel/p5-Locale-libintl/Makefile b/devel/p5-Locale-libintl/Makefile index fc29aa6f8de6..794c92c6bfc2 100644 --- a/devel/p5-Locale-libintl/Makefile +++ b/devel/p5-Locale-libintl/Makefile @@ -4,6 +4,7 @@ PORTNAME= Locale-libintl PORTVERSION= 1.23 PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,20 @@ COMMENT= Internationalization library for Perl LICENSE= LGPL21 -USES= gettext perl5 +USES= gettext perl5 shebangfix +SHEBANG_FILES= lib/Locale/Messages.pm \ + lib/Locale/TextDomain.pm \ + lib/Locale/gettext_dumb.pm \ + lib/Locale/gettext_pp.pm \ + lib/Locale/gettext_xs.pod +SHEBANG_LANG= false +false_OLD_CMD= /bin/false +false_CMD= /usr/bin/false USE_PERL5= configure +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so + .include -- cgit v1.2.3