mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
chinese/hc: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
6f582eba90
commit
433cc57da0
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= hc
|
||||
PORTVERSION= 3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/
|
||||
DISTFILES= hc-30.tar.gz hc-supp.tab
|
||||
|
@ -23,6 +24,6 @@ do-install:
|
|||
${INSTALL_SCRIPT} ${WRKSRC}/g2b ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/hc.tab ${STAGEDIR}${PREFIX}/share/chinese
|
||||
${INSTALL_DATA} ${DISTDIR}/hc-supp.tab ${STAGEDIR}${PREFIX}/share/chinese
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/b2g
|
||||
bin/g2b
|
||||
bin/hc
|
||||
man/man1/hc.1.gz
|
||||
share/man/man1/hc.1.gz
|
||||
share/chinese/hc-supp.tab
|
||||
share/chinese/hc.tab
|
||||
|
|
Loading…
Add table
Reference in a new issue