svn commit: r350569 - head/japanese/p5-Text-ChaSen
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 8 06:23:27 UTC 2014
Author: bapt
Date: Tue Apr 8 06:23:26 2014
New Revision: 350569
URL: http://svnweb.freebsd.org/changeset/ports/350569
QAT: https://qat.redports.org/buildarchive/r350569/
Log:
Support stage
Modified:
head/japanese/p5-Text-ChaSen/Makefile
head/japanese/p5-Text-ChaSen/pkg-plist
Modified: head/japanese/p5-Text-ChaSen/Makefile
==============================================================================
--- head/japanese/p5-Text-ChaSen/Makefile Tue Apr 8 06:21:34 2014 (r350568)
+++ head/japanese/p5-Text-ChaSen/Makefile Tue Apr 8 06:23:26 2014 (r350569)
@@ -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: head/japanese/p5-Text-ChaSen/pkg-plist
==============================================================================
--- head/japanese/p5-Text-ChaSen/pkg-plist Tue Apr 8 06:21:34 2014 (r350568)
+++ head/japanese/p5-Text-ChaSen/pkg-plist Tue Apr 8 06:23:26 2014 (r350569)
@@ -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-head
mailing list