aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-Kakasi
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-17 03:09:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-17 03:09:08 +0000
commitc86de7dc20223954cbecb76e850c95c2c724451e (patch)
tree622c74e4050dba890d49d5310ee1f9b6ddd94a43 /japanese/p5-Text-Kakasi
parent754ff8ec8170fe38e711192fd0054e9a8c8833bb (diff)
downloadports-c86de7dc20223954cbecb76e850c95c2c724451e.tar.gz
ports-c86de7dc20223954cbecb76e850c95c2c724451e.zip
- Strip library
Notes
Notes: svn path=/head/; revision=381463
Diffstat (limited to 'japanese/p5-Text-Kakasi')
-rw-r--r--japanese/p5-Text-Kakasi/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/japanese/p5-Text-Kakasi/Makefile b/japanese/p5-Text-Kakasi/Makefile
index 70fd069fcf90..f3e4b415e21d 100644
--- a/japanese/p5-Text-Kakasi/Makefile
+++ b/japanese/p5-Text-Kakasi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Text-Kakasi
PORTVERSION= 2.04
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= japanese textproc perl5
MASTER_SITES= CPAN
@@ -22,4 +22,9 @@ PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Kakasi/Kakasi.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Kakasi/Kakasi.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Kakasi/Kakasi.so
+
.include <bsd.port.post.mk>