diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-25 12:21:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-25 12:21:30 +0800 |
commit | b5d12dbda2d94ea840685528bb281be92620ba6c (patch) | |
tree | b819944f76f17e5b451db7118c6c5462b8598759 | |
parent | 08f94f5949dc79db4ee0f4cf293a2156bbae6e92 (diff) | |
download | freebsd-ports-graphics-b5d12dbda2d94ea840685528bb281be92620ba6c.tar.gz freebsd-ports-graphics-b5d12dbda2d94ea840685528bb281be92620ba6c.tar.zst freebsd-ports-graphics-b5d12dbda2d94ea840685528bb281be92620ba6c.zip |
Add manpages.
PR: 27368
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
-rw-r--r-- | chinese/cxterm/Makefile | 3 | ||||
-rw-r--r-- | chinese/cxterm/pkg-plist | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 1da6502b288..b9a617e743d 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -24,6 +24,9 @@ MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/cxterm-5.0 USE_IMAKE= yes +MAN1= cit2tit.1 cxterm.1 hzimctrl.1 tit2cit.1 +MANCOMPRESSED= yes + .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} == 4 diff --git a/chinese/cxterm/pkg-plist b/chinese/cxterm/pkg-plist index 520802de648..a2372bb5877 100644 --- a/chinese/cxterm/pkg-plist +++ b/chinese/cxterm/pkg-plist @@ -47,3 +47,9 @@ lib/X11/app-defaults/CXterm lib/X11/cxterm.dic/CXterm.ad share/doc/cxterm/CXTERM.FAQ share/doc/cxterm/input.doc +@dirrm lib/X11/cxterm.dic/big5 +@dirrm lib/X11/cxterm.dic/gb +@dirrm lib/X11/cxterm.dic/jis +@dirrm lib/X11/cxterm.dic/ks +@dirrm lib/X11/cxterm.dic +@dirrm share/doc/cxterm |