diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-24 01:06:04 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-24 01:06:04 +0000 |
commit | 2351069d34b25536896336fe483ac05cb0c419de (patch) | |
tree | e7f7d23f5a13c056eadc4bbd4e3b40b25571f0b7 /security/fragroute | |
parent | c1f775e15ea1bf694533aaee59c8ca737ab67605 (diff) | |
download | ports-2351069d34b25536896336fe483ac05cb0c419de.tar.gz ports-2351069d34b25536896336fe483ac05cb0c419de.zip |
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk>
Notes
Notes:
svn path=/head/; revision=83508
Diffstat (limited to 'security/fragroute')
-rw-r--r-- | security/fragroute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 9cd94ca2923a..a55564686ec4 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: fragroute # Date created: 19 May 2002 -# Whom: Dominic Marks <d.marks@student.umist.ac.uk> +# Whom: Dominic Marks <dominic.marks@btinternet.com> # # $FreeBSD$ # @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ -MAINTAINER= d.marks@student.umist.ac.uk +MAINTAINER= dominic.marks@btinternet.com COMMENT= A tool for intercepting, modifying and rewriting egress traffic BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ |