diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-08-09 12:28:04 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-08-09 12:28:04 +0000 |
commit | 6d030d8b119f395c8959006290e50d24a03a9458 (patch) | |
tree | abb0afccc7c88f8f2829ab9843e50ab584d4857c /net | |
parent | 4de3a22a9f5dfd85357a872b2e40515f70d9816c (diff) |
Notes
Diffstat (limited to 'net')
-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}" |