diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:29:22 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 15:02:02 +0100 |
commit | 54e21d698897bdc02a86cad826460fa5f7f4644b (patch) | |
tree | f22e019ba201dfab5c8d073c239cf301b6f4fb8f | |
parent | f52eeef4d1e66c239927cc007530e0f6745e7f4f (diff) | |
download | freebsd-ports-54e21d698897bdc02a86cad826460fa5f7f4644b.zip |
chinese/c2t: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | chinese/c2t/Makefile | 3 | ||||
-rw-r--r-- | 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 |