diff options
author | perky <perky@FreeBSD.org> | 2002-11-02 12:33:43 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-11-02 12:33:43 +0800 |
commit | 8bed100128838cd0b73bda8862cd2dfe7c17f0be (patch) | |
tree | 596bea6602563aefb765cd92970adf349c7b2698 /www/scout | |
parent | 03956b6370d7b4f48fb94531a6f3d9d0a36cd2ff (diff) | |
download | freebsd-ports-gnome-8bed100128838cd0b73bda8862cd2dfe7c17f0be.tar.gz freebsd-ports-gnome-8bed100128838cd0b73bda8862cd2dfe7c17f0be.tar.zst freebsd-ports-gnome-8bed100128838cd0b73bda8862cd2dfe7c17f0be.zip |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
Diffstat (limited to 'www/scout')
-rw-r--r-- | www/scout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/scout/Makefile b/www/scout/Makefile index bfd5d1e5b85b..24f3b5122d6a 100644 --- a/www/scout/Makefile +++ b/www/scout/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: scout # Date created: 15/04/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= www MASTER_SITES= ftp://ftp.armstrong.com/pub/scout/ \ http://nerf-herder.net/siege/ -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-shared --enable-static |