aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 16:24:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 16:24:58 +0000
commitce6106abeeae5733fcf3bf1765b82b5a0b1b8d41 (patch)
tree3256c0375d032b696687b115dfc9ca5590e9c024
parentc8df59fdb11f61d8f19be71890405fd569005b1c (diff)
downloadports-ce6106abeeae5733fcf3bf1765b82b5a0b1b8d41.tar.gz
ports-ce6106abeeae5733fcf3bf1765b82b5a0b1b8d41.zip
japanese/kakasi: properly move manpages to share/man
Reported by: antoine
-rw-r--r--japanese/kakasi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/kakasi/Makefile b/japanese/kakasi/Makefile
index 88c67d9fb87b..fd669e65ce50 100644
--- a/japanese/kakasi/Makefile
+++ b/japanese/kakasi/Makefile
@@ -11,6 +11,7 @@ WWW= http://kakasi.namazu.org/
LICENSE= GPLv2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USES= iconv libtool
USE_LDCONFIG= yes
@@ -28,8 +29,9 @@ post-patch:
@${REINPLACE_CMD} -e 's/-Wno-unused-result//' ${WRKSRC}/configure
post-install:
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1/
${INSTALL_MAN} ${WRKSRC}/man/kakasi.1.ja \
- ${STAGEDIR}${PREFIX}/man/ja/man1/kakasi.1
+ ${STAGEDIR}${PREFIX}/share/man/ja/man1/kakasi.1
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}