svn commit: r351402 - branches/2014Q2/japanese/p5-Text-ChaSen

Antoine Brodin antoine at FreeBSD.org
Wed Apr 16 16:39:04 UTC 2014


Author: antoine
Date: Wed Apr 16 16:39:03 2014
New Revision: 351402
URL: http://svnweb.freebsd.org/changeset/ports/351402
QAT: https://qat.redports.org/buildarchive/r351402/

Log:
  MFH: r350569
  
  Support stage
  Approved by:	portmgr (self)

Modified:
  branches/2014Q2/japanese/p5-Text-ChaSen/Makefile
  branches/2014Q2/japanese/p5-Text-ChaSen/pkg-plist
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/japanese/p5-Text-ChaSen/Makefile
==============================================================================
--- branches/2014Q2/japanese/p5-Text-ChaSen/Makefile	Wed Apr 16 16:35:54 2014	(r351401)
+++ branches/2014Q2/japanese/p5-Text-ChaSen/Makefile	Wed Apr 16 16:39:03 2014	(r351402)
@@ -12,7 +12,7 @@ DISTNAME=	chasen-${CHASEN_VERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	ChaSen library module for Perl5
 
-LIB_DEPENDS=	chasen.2:${PORTSDIR}/japanese/chasen-base
+LIB_DEPENDS=	libchasen.so:${PORTSDIR}/japanese/chasen-base
 
 DISTINFO_FILE=	${.CURDIR}/../chasen-base/distinfo
 
@@ -22,18 +22,16 @@ WRKSRC=		${WRKDIR}/chasen-${CHASEN_VERSI
 USES=		perl5
 USE_PERL5=	configure
 CONFIGURE_ENV=	PREFIX="${PREFIX}"
-MAN3=		Text::ChaSen.3
 DOCSDIR=	${PREFIX}/share/doc/chasen
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README.perl
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README.perl
 .endif
 
 .include <bsd.port.post.mk>

Modified: branches/2014Q2/japanese/p5-Text-ChaSen/pkg-plist
==============================================================================
--- branches/2014Q2/japanese/p5-Text-ChaSen/pkg-plist	Wed Apr 16 16:35:54 2014	(r351401)
+++ branches/2014Q2/japanese/p5-Text-ChaSen/pkg-plist	Wed Apr 16 16:39:03 2014	(r351402)
@@ -1,10 +1,10 @@
+%%PERL5_MAN3%%/Text::ChaSen.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/Text/ChaSen.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen/ChaSen.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen/ChaSen.so
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
 %%PORTDOCS%%%%DOCSDIR%%/README.perl
 %%PORTDOCS%%@dirrmtry %%DOCSDIR%%


More information about the svn-ports-all mailing list