aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-ChaSen
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-24 13:30:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-24 13:30:52 +0000
commit3407f6c2e910e141393ed9585a878c7fc0d86e3a (patch)
tree199fb1c2b602c997e89c3027f5b3b80dfe1a8944 /japanese/p5-Text-ChaSen
parentb15b136352c619591a2bb0cce4b1c2319cd2796f (diff)
downloadports-3407f6c2e910e141393ed9585a878c7fc0d86e3a.tar.gz
ports-3407f6c2e910e141393ed9585a878c7fc0d86e3a.zip
- Simplify MASTER_SITES
- Strip library
Notes
Notes: svn path=/head/; revision=382095
Diffstat (limited to 'japanese/p5-Text-ChaSen')
-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>