Date: Thu, 22 Feb 2024 14:02:30 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 54e21d698897 - main - chinese/c2t: Moved man to share/man Message-ID: <202402221402.41ME2UJD078795@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=54e21d698897bdc02a86cad826460fa5f7f4644b commit 54e21d698897bdc02a86cad826460fa5f7f4644b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 13:29:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 14:02:02 +0000 chinese/c2t: Moved man to share/man Approved by: portmgr (blanket) --- chinese/c2t/Makefile | 3 ++- chinese/c2t/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile index 6a07a009f8b8..b111d1b3ae4b 100644 --- a/chinese/c2t/Makefile +++ b/chinese/c2t/Makefile @@ -1,5 +1,6 @@ PORTNAME= c2t PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/:file \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/dict/gb/:dict @@ -17,6 +18,6 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/c2t ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${DISTDIR}/TONEPY.tit ${STAGEDIR}${PREFIX}/share/chinese/gb - ${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/c2t/pkg-plist b/chinese/c2t/pkg-plist index 24783085907e..4ff4d3c167da 100644 --- a/chinese/c2t/pkg-plist +++ b/chinese/c2t/pkg-plist @@ -1,3 +1,3 @@ bin/c2t -man/man1/c2t.1.gz +share/man/man1/c2t.1.gz share/chinese/gb/TONEPY.tit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221402.41ME2UJD078795>