summaryrefslogtreecommitdiff
path: root/net/netcat
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
commit93a61d6874669ec2bb1bc7deebc61598e4174442 (patch)
treeb771014812f92756476f174cb7d6d567fc13dbc2 /net/netcat
parentAccidental whitespace (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27423
Diffstat (limited to 'net/netcat')
-rw-r--r--net/netcat/Makefile6
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