diff options
author | perky <perky@FreeBSD.org> | 2002-10-08 20:10:37 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-10-08 20:10:37 +0800 |
commit | 3160fbc1e925dea48910b7c33671e671ac773f01 (patch) | |
tree | 0d33202f8027f7c2b798b633fe7429f443c8b5ee /net/honeyd | |
parent | fc4804d569b49a5dfe82fbc91badfcd054071c1d (diff) | |
download | freebsd-ports-gnome-3160fbc1e925dea48910b7c33671e671ac773f01.tar.gz freebsd-ports-gnome-3160fbc1e925dea48910b7c33671e671ac773f01.tar.zst freebsd-ports-gnome-3160fbc1e925dea48910b7c33671e671ac773f01.zip |
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk>
Diffstat (limited to 'net/honeyd')
-rw-r--r-- | net/honeyd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index cc37e088d754..b718c84d41a8 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: honeyd # Date created: 16/04/2002 -# Whom: Dominic Marks <dominic_marks@btinternet.com> +# Whom: Dominic Marks <d.marks@students.umist.ac.uk> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ -MAINTAINER= dominic_marks@btinternet.com +MAINTAINER= d.marks@students.umist.ac.uk BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent |