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 /editors/gxedit | |
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 'editors/gxedit')
-rw-r--r-- | editors/gxedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 0e1a2cf80ece..80d2535d4c80 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: gxedit # Date created: 01 Jul 1998 -# Whom: Dom Mitchell <dom@myrddin.demon.co.uk> +# Whom: Dom Mitchell <dom@happygiraffe.net> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= http://mirrors.darkelf.net/GXedit/ \ http://www.linuxbox.com/~drow/GXedit/ DISTNAME= GXedit${PORTVERSION} -MAINTAINER= dom@myrddin.demon.co.uk +MAINTAINER= dom@happygiraffe.net USE_X_PREFIX= yes USE_GTK= yes |