diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-11-02 04:33:43 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-11-02 04:33:43 +0000 |
commit | 7cee1ca843a8f2339c8770940a1f35c3fe7c4e80 (patch) | |
tree | eeeba29933a8aa197e79a7a67ad5fdef143dc361 /net | |
parent | Use the correct filename for the FreeBSD version string used by the (diff) |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
Notes
Notes:
svn path=/head/; revision=69290
Diffstat (limited to 'net')
-rw-r--r-- | net/honeyd/Makefile | 4 | ||||
-rw-r--r-- | net/libdnet/Makefile | 4 | ||||
-rw-r--r-- | net/mutella/Makefile | 4 | ||||
-rw-r--r-- | net/pen/Makefile | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index b718c84d41a8..a83339711403 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 <d.marks@students.umist.ac.uk> +# Whom: Dominic Marks <d.marks@student.umist.ac.uk> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 1ec7815fec16..5fab5d65f77a 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: libdnet # Date created: 15 April 2002 -# Whom: Dominic Marks <d.marks@students.umist.ac.uk> +# Whom: Dominic Marks <d.marks@student.umist.ac.uk> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk GNU_CONFIGURE= yes diff --git a/net/mutella/Makefile b/net/mutella/Makefile index a1dbf9702422..10d3d78d29d1 100644 --- a/net/mutella/Makefile +++ b/net/mutella/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: mutella # Date created: 2/12/2001 -# Whom: Dominic Marks <d.marks@students.umist.ac.uk> +# Whom: Dominic Marks <d.marks@student.umist.ac.uk> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/net/pen/Makefile b/net/pen/Makefile index 6635dfa3f24d..99497a9eaa3a 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ftp://siag.nu/pub/pen/ \ http://siag.nu/pub/pen/ -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-daemon |