diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-30 14:58:45 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-30 14:58:45 +0000 |
commit | bad1f5251868d61fa5b7d3e11fc50d0aeb047bbe (patch) | |
tree | d37f43948bdb69b8030ff5416ba2766f7f8b8c09 /sysutils/consolehm/Makefile | |
parent | b2a27152ea22b998642fe528d118be458c437eb5 (diff) |
Notes
Diffstat (limited to 'sysutils/consolehm/Makefile')
-rw-r--r-- | sysutils/consolehm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index e3756bfcd33e..c50026877802 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= consolehm -PORTVERSION= 1.3A +PORTVERSION= 1.3 CATEGORIES= sysutils MASTER_SITES= ftp://muir.yi.org/pub/consolehm/ \ http://www.es.co.nz/~mmuir/ @@ -14,8 +14,9 @@ MASTER_SITES= ftp://muir.yi.org/pub/consolehm/ \ MAINTAINER= mmuir@es.co.nz WRKSRC= ${WRKDIR}/consolehm/consolehm + GNU_CONFIGURE= yes MAN8= chm.8 -MANCOMPRESSED= maybe +MANCOMPRESSED= yes .include <bsd.port.mk> |