diff options
Diffstat (limited to 'net/vchat/Makefile')
-rw-r--r-- | net/vchat/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/vchat/Makefile b/net/vchat/Makefile index afd2dbf5ead9..0fe0af52a4d3 100644 --- a/net/vchat/Makefile +++ b/net/vchat/Makefile @@ -6,17 +6,17 @@ # PORTNAME= vchat -PORTVERSION= 2.42a +PORTVERSION= 2.42c CATEGORIES= net -MASTER_SITES= http://www.enforcer.cc/vchat/clients/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-export-client +MASTER_SITES= http://www.enforcer.cc/vchat/filez/ -MAINTAINER= vchat@netassembly.de +MAINTAINER= vchat@enforcer.cc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes MAN1= vchat.1 MAN5= vchatrc.5 +MAN8= vchatd.8 .include <bsd.port.mk> |