diff options
Diffstat (limited to 'net-im/chattahoochie/Makefile')
-rw-r--r-- | net-im/chattahoochie/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net-im/chattahoochie/Makefile b/net-im/chattahoochie/Makefile index 1e54f3f..5e116a7 100644 --- a/net-im/chattahoochie/Makefile +++ b/net-im/chattahoochie/Makefile @@ -5,16 +5,15 @@ # $FreeBSD$ # -PORTNAME= pickwick -PORTVERSION= 1.15 -CATEGORIES= net-im -MASTER_SITES= http://www.mammothcheese.ca/ +PORTNAME= chattahoochie +PORTVERSION= 1.3 +CATEGORIES= net-im +MASTER_SITES= http://www.mammothcheese.ca/ -MAINTAINER= jimmy@mammothcheese.ca -COMMENT= Small group plain-text chat server and client +MAINTAINER= jimmy@mammothcheese.ca +COMMENT= Small group plain-text chat server -MAN8= pickwick.8 -MAN1= weller.1 -MANCOMPRESSED= yes +MAN8= chattahoochie.8 +MANCOMPRESSED= yes .include <bsd.port.mk> |