diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-08 14:19:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-08 14:19:29 +0800 |
commit | 54c601a15074f6568262d913058a64011121671b (patch) | |
tree | 8190a1273fdc822497bc83ab457fd80324ef1b0d | |
parent | 990e3ba90c1e8849f0e89754bd1abb9dd03724d0 (diff) | |
download | freebsd-ports-gnome-54c601a15074f6568262d913058a64011121671b.tar.gz freebsd-ports-gnome-54c601a15074f6568262d913058a64011121671b.tar.zst freebsd-ports-gnome-54c601a15074f6568262d913058a64011121671b.zip |
Support stage
-rw-r--r-- | japanese/p5-MeCab/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile index 9725ca80b669..d2b5e55f0d51 100644 --- a/japanese/p5-MeCab/Makefile +++ b/japanese/p5-MeCab/Makefile @@ -14,7 +14,7 @@ COMMENT= MeCab library module for Perl5 LICENSE= BSD GPLv2 LGPL21 LICENSE_COMB= dual -LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab +LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab USES= perl5 USE_PERL5= configure @@ -22,15 +22,14 @@ USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES OPTIONSFILE= ${PORT_DBDIR}/ja-p5-${PORTNAME}/options -NO_STAGE= yes .include <bsd.port.pre.mk> PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- .if ${PORT_OPTIONS:MEXAMPLES} post-install: - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test.pl ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/test.pl ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.post.mk> |