diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-10-16 00:21:11 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-10-16 00:21:11 +0800 |
commit | 23d30472414fca7c1181b6e926a83ceee454a130 (patch) | |
tree | 649f0840fb9a27e9fadfe282601f0e4feeb78207 /net/gspoof | |
parent | 568c058b2436b30e1a1c287837593cef059479da (diff) | |
download | freebsd-ports-gnome-23d30472414fca7c1181b6e926a83ceee454a130.tar.gz freebsd-ports-gnome-23d30472414fca7c1181b6e926a83ceee454a130.tar.zst freebsd-ports-gnome-23d30472414fca7c1181b6e926a83ceee454a130.zip |
- Reassign to the heap at maintainer's request
Approved by: portmgr (implicit)
Feature safe: yes
Redports: ignore
Diffstat (limited to 'net/gspoof')
-rw-r--r-- | net/gspoof/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/gspoof/Makefile b/net/gspoof/Makefile index cad372ab840f..3b0fac127aff 100644 --- a/net/gspoof/Makefile +++ b/net/gspoof/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: gspoof -# Date created: Jan 29, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gspoof PORTVERSION= 3.2 @@ -12,7 +9,7 @@ PORTREVISION= 14 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Gspoof-3/${PORTVERSION} -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Console/GTK+ TCP/IP Packets Forger BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet |