diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
commit | ef42441ef62482246c769467dc9f2a1e0ccb7374 (patch) | |
tree | bed5fbcc8b3a54905961aaa2dc0867d8db97db42 /sysutils/tcplist | |
parent | 627c8bdcfee5c9eccee48f792e6e21e5ee852be1 (diff) | |
download | freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.gz freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.zst freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.zip |
Style nits in the ports I maintain.
Diffstat (limited to 'sysutils/tcplist')
-rw-r--r-- | sysutils/tcplist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tcplist/Makefile b/sysutils/tcplist/Makefile index 4f2a6d33aeeb..09d6fb7a137a 100644 --- a/sysutils/tcplist/Makefile +++ b/sysutils/tcplist/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: tcplist -# Version required: 2.1 +# Version required: 2.1 # Date created: Mon Apr 14, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # @@ -12,7 +12,7 @@ CATEGORIES= sysutils net MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/jdd/tcplist/ EXTRACT_SUFX= .shar -MAINTAINER= obrien@NUXI.com +MAINTAINER= obrien@NUXI.com RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof |