diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-06-07 07:46:06 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-06-07 07:46:06 +0000 |
commit | 6403f1a2ba6eb50fc5a2ca229bcaa6678683cdba (patch) | |
tree | 1233567c9ddbc7bf8aeeb4366d9f34c6b60484c0 /textproc/gxditview | |
parent | 4112f27cd232fd2b4fe30787f1a9c4c87b35356f (diff) | |
download | ports-6403f1a2ba6eb50fc5a2ca229bcaa6678683cdba.tar.gz ports-6403f1a2ba6eb50fc5a2ca229bcaa6678683cdba.zip |
Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR: 27923
Submitted by: maintainer
Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
Notes
Notes:
svn path=/head/; revision=43582
Diffstat (limited to 'textproc/gxditview')
-rw-r--r-- | textproc/gxditview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile index 365b7f130552..22d9d00a6eed 100644 --- a/textproc/gxditview/Makefile +++ b/textproc/gxditview/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: gxditview # Date created: 24 June 1998 -# Whom: Dom Mitchell <dom@myrddin.demon.co.uk> +# Whom: Dom Mitchell <dom@happygiraffe.net> # # $FreeBSD$ # @@ -9,7 +9,7 @@ PORTNAME= gxditview CATEGORIES= textproc DISTFILES= # none -MAINTAINER= dom@myrddin.demon.co.uk +MAINTAINER= dom@happygiraffe.net WRKSRC= ${WRKDIR}/${DISTNAME} |