svn commit: r382095 - head/japanese/p5-Text-ChaSen
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Mar 24 13:30:53 UTC 2015
Author: amdmi3
Date: Tue Mar 24 13:30:52 2015
New Revision: 382095
URL: https://svnweb.freebsd.org/changeset/ports/382095
QAT: https://qat.redports.org/buildarchive/r382095/
Log:
- Simplify MASTER_SITES
- Strip library
Modified:
head/japanese/p5-Text-ChaSen/Makefile
Modified: head/japanese/p5-Text-ChaSen/Makefile
==============================================================================
--- head/japanese/p5-Text-ChaSen/Makefile Tue Mar 24 13:30:44 2015 (r382094)
+++ head/japanese/p5-Text-ChaSen/Makefile Tue Mar 24 13:30:52 2015 (r382095)
@@ -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 at 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>
More information about the svn-ports-all
mailing list