diff options
author | osa <osa@FreeBSD.org> | 2004-07-05 19:14:23 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-05 19:14:23 +0800 |
commit | 86efae29627b06c757b7b9c7473120ba403c0bb6 (patch) | |
tree | f01e9fcce35c8d578ac34ce497a3bc40ad94b86b | |
parent | d0473b32a94cb07edf858407ca3fbdb13b4b8579 (diff) | |
download | freebsd-ports-gnome-86efae29627b06c757b7b9c7473120ba403c0bb6.tar.gz freebsd-ports-gnome-86efae29627b06c757b7b9c7473120ba403c0bb6.tar.zst freebsd-ports-gnome-86efae29627b06c757b7b9c7473120ba403c0bb6.zip |
Fix MAINTAINER e-mail address.
Notice from: kris
-rw-r--r-- | www/srg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/srg/Makefile b/www/srg/Makefile index 6ea03e5f7063..6d5fe70c4695 100644 --- a/www/srg/Makefile +++ b/www/srg/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: srg # Date created: 28 June 2004 -# Whom: Dmitry Semkin <lslarry@gmail.ru> +# Whom: Dmitry Semkin <lslarry@gmail.com> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://mirror.crc.net.nz/pub/srg/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lslarry@gmail.com COMMENT= A Squid Report Generator USE_GMAKE= yes |