diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-17 03:09:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-17 03:09:08 +0000 |
commit | c86de7dc20223954cbecb76e850c95c2c724451e (patch) | |
tree | 622c74e4050dba890d49d5310ee1f9b6ddd94a43 /japanese | |
parent | 754ff8ec8170fe38e711192fd0054e9a8c8833bb (diff) | |
download | ports-c86de7dc20223954cbecb76e850c95c2c724451e.tar.gz ports-c86de7dc20223954cbecb76e850c95c2c724451e.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-Text-Kakasi/Makefile | 7 |
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> |