aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-ChaSen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/p5-Text-ChaSen/Makefile')
-rw-r--r--japanese/p5-Text-ChaSen/Makefile10
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>