diff options
author | asami <asami@FreeBSD.org> | 2000-06-08 04:38:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-08 04:38:10 +0800 |
commit | 93f4a3d6cbb9bd460736c89b549df35f198159e6 (patch) | |
tree | d23ef95c5699fa882ff9a42f5e0cbc434113391e | |
parent | a8bc300ef25f6b4ddbe968647b1d86cb50eb7085 (diff) | |
download | freebsd-ports-gnome-93f4a3d6cbb9bd460736c89b549df35f198159e6.tar.gz freebsd-ports-gnome-93f4a3d6cbb9bd460736c89b549df35f198159e6.tar.zst freebsd-ports-gnome-93f4a3d6cbb9bd460736c89b549df35f198159e6.zip |
Add chm.8 as a "maybe" compressed manpage.
Found by: bento
-rw-r--r-- | sysutils/consolehm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index 0a063de9cb19..e3756bfcd33e 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -15,5 +15,7 @@ MAINTAINER= mmuir@es.co.nz WRKSRC= ${WRKDIR}/consolehm/consolehm GNU_CONFIGURE= yes +MAN8= chm.8 +MANCOMPRESSED= maybe .include <bsd.port.mk> |