aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-ChaSen/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-08 06:23:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-08 06:23:26 +0000
commit0f2e2fd86464f33ca091ad58d1eb1cde711fd3e2 (patch)
treedea87c09ef3cf667c13d855789e6b03e36e82d13 /japanese/p5-Text-ChaSen/Makefile
parent7436fa8d87a0c78f5cc664885b3b20310d279bab (diff)
downloadports-0f2e2fd86464f33ca091ad58d1eb1cde711fd3e2.tar.gz
ports-0f2e2fd86464f33ca091ad58d1eb1cde711fd3e2.zip
Notes
Diffstat (limited to 'japanese/p5-Text-ChaSen/Makefile')
-rw-r--r--japanese/p5-Text-ChaSen/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/japanese/p5-Text-ChaSen/Makefile b/japanese/p5-Text-ChaSen/Makefile
index 0eddd9d58d45..9647714519be 100644
--- a/japanese/p5-Text-ChaSen/Makefile
+++ b/japanese/p5-Text-ChaSen/Makefile
@@ -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_VERSION}/perl
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>