diff options
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index 6473a0b50147..29ef4403793a 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -3,7 +3,7 @@ PORTNAME= Unicode-LineBreak PORTVERSION= 2014.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -33,4 +33,9 @@ THAI_USES= pkgconfig THAI_LIB_DEPENDS= libthai.so:${PORTSDIR}/devel/libthai THAI_CONFIGURE_OFF= --disable-libthai +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/LineBreak/LineBreak.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/LineBreak/LineBreak.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/LineBreak/LineBreak.so + .include <bsd.port.mk> |