diff options
author | roam <roam@FreeBSD.org> | 2001-06-07 15:46:06 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-06-07 15:46:06 +0800 |
commit | b61961e98ae498dd31edf6c09585ffa5b5cb7a03 (patch) | |
tree | 90911bd0bbc6b62840e3b522c030f8304c22a0be /textproc | |
parent | 1a8791966de0ae99d6cdc46908a01bcfe96cb354 (diff) | |
download | freebsd-ports-gnome-b61961e98ae498dd31edf6c09585ffa5b5cb7a03.tar.gz freebsd-ports-gnome-b61961e98ae498dd31edf6c09585ffa5b5cb7a03.tar.zst freebsd-ports-gnome-b61961e98ae498dd31edf6c09585ffa5b5cb7a03.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 ;)
Diffstat (limited to 'textproc')
-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} |