aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-21 04:19:33 +0800
committermharo <mharo@FreeBSD.org>2000-04-21 04:19:33 +0800
commitfa3ff5846cc774efd5c927b2411d51181876aa35 (patch)
treefd0a83844782f067c0a413ae841f30ec413e5d8d /net
parentb17b770b336e5ca851dcc1bc43c45d76faffda77 (diff)
downloadfreebsd-ports-gnome-fa3ff5846cc774efd5c927b2411d51181876aa35.tar.gz
freebsd-ports-gnome-fa3ff5846cc774efd5c927b2411d51181876aa35.tar.zst
freebsd-ports-gnome-fa3ff5846cc774efd5c927b2411d51181876aa35.zip
fix variable ordering (portlint)
Diffstat (limited to 'net')
-rw-r--r--net/netcat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile
index f81b89b443c4..c1f71aae902e 100644
--- a/net/netcat/Makefile
+++ b/net/netcat/Makefile
@@ -14,8 +14,8 @@ MASTER_SITES= ftp://avian.org/src/hacks/ \
ftp://zippy.telcom.arizona.edu/pub/mirrors/avian.org/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
+EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org