diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-25 13:43:29 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-25 13:43:29 +0000 |
commit | f0d3207171c9f5027b7c5ef37ad72139779d7f99 (patch) | |
tree | 8bfbdd395cd8b338ac170248977e60e9f716bd1a /net/gnetcat | |
parent | 76182ae0ea85af2da65b965dd1ff46fd1fe8b66c (diff) | |
download | pkgsrc-f0d3207171c9f5027b7c5ef37ad72139779d7f99.tar.gz |
- Remove need for PERL
- Bump to nb1
- Change to my NetBSD.org address
- Issue spotted by Gert Doering in PR# 29115 - Thanks for the PR.
Diffstat (limited to 'net/gnetcat')
-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 |