diff options
Diffstat (limited to 'japanese/mecab/Makefile')
-rw-r--r-- | japanese/mecab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index bb79f7c0a271..19896c6fc9a6 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -48,8 +48,8 @@ post-configure: ${CP} ${WRKSRC}/mecabrc ${WRKSRC}/mecabrc.dist post-install: - @if [ ! -f ${TARGETDIR}/etc/mecabrc ]; then \ - ${INSTALL_DATA} ${TARGETDIR}/etc/mecabrc.dist ${TARGETDIR}/etc/mecabrc; \ + @if [ ! -f ${PREFIX}/etc/mecabrc ]; then \ + ${INSTALL_DATA} ${PREFIX}/etc/mecabrc.dist ${PREFIX}/etc/mecabrc; \ fi .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |