diff options
author | danfe <danfe@FreeBSD.org> | 2011-08-09 20:28:04 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-08-09 20:28:04 +0800 |
commit | 7f2a3bdf8f06aeea29a473e2cfbe7addd6c474ba (patch) | |
tree | 6870dd0048d1dc616b409a74cfa3307417578353 /net/netsed | |
parent | 88831acd264ffcd9f9cf82e307346dcf79b73194 (diff) | |
download | freebsd-ports-gnome-7f2a3bdf8f06aeea29a473e2cfbe7addd6c474ba.tar.gz freebsd-ports-gnome-7f2a3bdf8f06aeea29a473e2cfbe7addd6c474ba.tar.zst freebsd-ports-gnome-7f2a3bdf8f06aeea29a473e2cfbe7addd6c474ba.zip |
- Remove dead master site; no suitable replacement found. I am not
deprecating in because GNU/Linux distros still usually provide it,
and people might expect to find it in FreeBSD as well
- Improve on COMMENT a bit while I'm here
- Relinquish to the pool as I haven't used it for years
Diffstat (limited to 'net/netsed')
-rw-r--r-- | net/netsed/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/netsed/Makefile b/net/netsed/Makefile index 76fc3dcfda60..7df375f52e6d 100644 --- a/net/netsed/Makefile +++ b/net/netsed/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: NetSED +# New ports collection makefile for: NetSED # Date created: Jan 9 2000 # Whom: Roman Shterenzon <roman@xpert.com> # @@ -9,12 +9,12 @@ PORTNAME= netsed PORTVERSION= 0.01 PORTREVISION= 1 CATEGORIES= net security -MASTER_SITES= http://dione.ids.pl/~lcamtuf/ +MASTER_SITES= # no original distfile site available DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= danfe@FreeBSD.org -COMMENT= Alters the contents of packets in real-time +MAINTAINER= ports@FreeBSD.org +COMMENT= Alters the contents of network packets in real time MAKE_ARGS= CFLAGS="${CFLAGS}" |