Date: Tue, 24 Mar 2015 13:30:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382095 - head/japanese/p5-Text-ChaSen Message-ID: <201503241330.t2ODUrh7071242@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503241330.t2ODUrh7071242>