diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/netcat | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.zst freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/netcat')
-rw-r--r-- | net/netcat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 051cbd9b8341..f81b89b443c4 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,14 +1,13 @@ # ex:ts=8 # Ports collection makefile for: netcat -# Version required: 0.0 # Date created: Thur Nov 21, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # -DISTNAME= nc110 -PKGNAME= netcat-1.10 +PORTNAME= netcat +PORTVERSION= 1.10 CATEGORIES= net MASTER_SITES= ftp://avian.org/src/hacks/ \ ftp://coast.cs.purdue.edu/pub/mirrors/avian.org/netcat/ \ @@ -16,6 +15,7 @@ MASTER_SITES= ftp://avian.org/src/hacks/ \ ftp://ftp.sterling.com/mirrors/avian.org/src/hacks/ \ ftp://ftp.rge.com/pub/security/coast/mirrors/avian.org/netcat/ EXTRACT_SUFX= .tgz +DISTNAME= nc110 MAINTAINER= obrien@FreeBSD.org |