Date: Fri, 29 May 2015 14:30:11 +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: r387865 - head/devel/p5-Locale-libintl Message-ID: <201505291430.t4TEUBt3091455@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 29 14:30:10 2015 New Revision: 387865 URL: https://svnweb.freebsd.org/changeset/ports/387865 Log: - Fix shebangs - Strip library Approved by: portmgr blanket MFH: 2015Q2 Modified: head/devel/p5-Locale-libintl/Makefile Modified: head/devel/p5-Locale-libintl/Makefile ============================================================================== --- head/devel/p5-Locale-libintl/Makefile Fri May 29 14:30:05 2015 (r387864) +++ head/devel/p5-Locale-libintl/Makefile Fri May 29 14:30:10 2015 (r387865) @@ -3,6 +3,7 @@ PORTNAME= Locale-libintl PORTVERSION= 1.24 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +14,20 @@ COMMENT= Internationalization library fo 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291430.t4TEUBt3091455>