diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-05 11:14:23 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-05 11:14:23 +0000 |
commit | 558b7c0e82b13ae82dad77852601120114d5899f (patch) | |
tree | b33204127c40f551064f5e76ee472d76ebe60c17 | |
parent | - Unbreak plist: fix perl man page installation (diff) |
Fix MAINTAINER e-mail address.
Notice from: kris
Notes
Notes:
svn path=/head/; revision=112951
-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 |