mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
japanese/kakasi: properly move manpages to share/man
Reported by: antoine
This commit is contained in:
parent
c8df59fdb1
commit
ce6106abee
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue