aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-LineBreak
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-13 13:53:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-13 13:53:05 +0000
commitadb18de85d2ee66633c7fedfa5b7b5db8905f001 (patch)
tree17a1e8f10aed8f4bba8b5e3914f7773180c892b4 /textproc/p5-Unicode-LineBreak
parentaaa41a058f78bd347adc0d7d20c56cfcea553d53 (diff)
downloadports-adb18de85d2ee66633c7fedfa5b7b5db8905f001.tar.gz
ports-adb18de85d2ee66633c7fedfa5b7b5db8905f001.zip
- Strip shared library
Notes
Notes: svn path=/head/; revision=389382
Diffstat (limited to 'textproc/p5-Unicode-LineBreak')
-rw-r--r--textproc/p5-Unicode-LineBreak/Makefile7
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>