diff options
-rw-r--r-- | net/gnetcat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnetcat/Makefile b/net/gnetcat/Makefile index 5a0d8ff751b..017146d012c 100644 --- a/net/gnetcat/Makefile +++ b/net/gnetcat/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.3 2004/11/25 19:26:43 snj Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/25 13:43:29 adrianp Exp $ DISTNAME= netcat-0.7.1 PKGNAME= gnetcat-0.7.1 +PKGREVISION= 1 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netcat/} -MAINTAINER= adrianp@stindustries.net +MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://netcat.sourceforge.net/ COMMENT= Read and write data across network connections GNU_CONFIGURE= YES USE_BUILDLINK3= YES -USE_PERL5= YES INFO_FILES= netcat.info |