aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-21 17:52:57 +0800
committermiwi <miwi@FreeBSD.org>2014-02-21 17:52:57 +0800
commit157bf5022507f38258a08a2c6c3e0d59dcd91c79 (patch)
tree43861545db0a76fba5cc2d5464ff1e18f512eeb5 /japanese
parent9255b421643fbec96f6ed6c4c69d511569f7b1d6 (diff)
downloadfreebsd-ports-gnome-157bf5022507f38258a08a2c6c3e0d59dcd91c79.tar.gz
freebsd-ports-gnome-157bf5022507f38258a08a2c6c3e0d59dcd91c79.tar.zst
freebsd-ports-gnome-157bf5022507f38258a08a2c6c3e0d59dcd91c79.zip
- Use DOCSDIR
Diffstat (limited to 'japanese')
-rw-r--r--japanese/esecanna/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile
index cf7de19ea2bc..307d2b468141 100644
--- a/japanese/esecanna/Makefile
+++ b/japanese/esecanna/Makefile
@@ -32,6 +32,6 @@ post-patch:
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/esecanna
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/esecanna
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${PREFIX}/share/doc/esecanna/
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>