Date: Tue, 8 Apr 2014 06:23:26 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350569 - head/japanese/p5-Text-ChaSen Message-ID: <201404080623.s386NQBX051201@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text %%PORTDOCS%%%%DOCSDIR%%/README.perl %%PORTDOCS%%@dirrmtry %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404080623.s386NQBX051201>