git: 433cc57da090 - main - chinese/hc: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 14:02:34 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=433cc57da0903ebd441acb300672f8aecfc66c8f commit 433cc57da0903ebd441acb300672f8aecfc66c8f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 13:37:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 14:02:05 +0000 chinese/hc: Moved man to share/man Approved by: portmgr (blanket) --- chinese/hc/Makefile | 3 ++- chinese/hc/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chinese/hc/Makefile b/chinese/hc/Makefile index 182179219b1e..7b2637bbcdb6 100644 --- a/chinese/hc/Makefile +++ b/chinese/hc/Makefile @@ -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> diff --git a/chinese/hc/pkg-plist b/chinese/hc/pkg-plist index 73f04cc3fdd4..ca5dff3cca9e 100644 --- a/chinese/hc/pkg-plist +++ b/chinese/hc/pkg-plist @@ -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