diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-24 13:30:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-24 13:30:52 +0000 |
commit | 3407f6c2e910e141393ed9585a878c7fc0d86e3a (patch) | |
tree | 199fb1c2b602c997e89c3027f5b3b80dfe1a8944 /japanese/p5-Text-ChaSen/Makefile | |
parent | b15b136352c619591a2bb0cce4b1c2319cd2796f (diff) | |
download | ports-3407f6c2e910e141393ed9585a878c7fc0d86e3a.tar.gz ports-3407f6c2e910e141393ed9585a878c7fc0d86e3a.zip |
Notes
Diffstat (limited to 'japanese/p5-Text-ChaSen/Makefile')
-rw-r--r-- | japanese/p5-Text-ChaSen/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/p5-Text-ChaSen/Makefile b/japanese/p5-Text-ChaSen/Makefile index a7736af81b23..3da820b2f1ae 100644 --- a/japanese/p5-Text-ChaSen/Makefile +++ b/japanese/p5-Text-ChaSen/Makefile @@ -3,10 +3,9 @@ PORTNAME= Text-ChaSen PORTVERSION= 1.03 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese textproc perl5 -MASTER_SITES= SFJP -MASTER_SITE_SUBDIR= chasen-legacy/32224 +MASTER_SITES= SFJP/chasen-legacy/32224 DISTNAME= chasen-${CHASEN_VERSION} MAINTAINER= ports@FreeBSD.org @@ -31,9 +30,10 @@ OPTIONS_DEFINE= DOCS PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- post-install: -.if ${PORT_OPTIONS:MDOCS} + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/ChaSen/ChaSen.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/ChaSen/ChaSen.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/ChaSen/ChaSen.so ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README.perl -.endif .include <bsd.port.post.mk> |