summaryrefslogtreecommitdiff
path: root/japanese/kon2-16dot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/kon2-16dot/Makefile')
-rw-r--r--japanese/kon2-16dot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile
index f40aba679b44..dfcf5af77044 100644
--- a/japanese/kon2-16dot/Makefile
+++ b/japanese/kon2-16dot/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kon2
PORTVERSION= 0.3
-PORTREVISION= 7
+PORTREVISION= 8
# '+=' is for slave ports
CATEGORIES+= japanese
MASTER_SITES= PORTS_JP
@@ -68,7 +68,8 @@ post-configure:
done
post-install:
- ${INSTALL_MAN} ${WRKSRC}/src/kon.1 ${STAGEDIR}${MANPREFIX}/man/ja/man1
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1
+ ${INSTALL_MAN} ${WRKSRC}/src/kon.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}