diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-30 22:58:45 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-30 22:58:45 +0800 |
commit | f278b54e87b037332529e1bd7040ca4fc757950c (patch) | |
tree | 3fe36cd68016a22e89263bca42a213734343a028 /sysutils/consolehm/Makefile | |
parent | 0c6182435a7298f7f0ade3629950cbc764877ab3 (diff) | |
download | freebsd-ports-gnome-f278b54e87b037332529e1bd7040ca4fc757950c.tar.gz freebsd-ports-gnome-f278b54e87b037332529e1bd7040ca4fc757950c.tar.zst freebsd-ports-gnome-f278b54e87b037332529e1bd7040ca4fc757950c.zip |
Update to version 1.3
PR: 20271
Submitted by: MAINTAINER
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> |