diff options
author | knu <knu@FreeBSD.org> | 2000-05-21 19:52:06 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-05-21 19:52:06 +0800 |
commit | a498e1cbdc6ae97adc1fffa51c2949c614460ea2 (patch) | |
tree | 7cd6d5e0f929f3d23c47d9ce272629549121d993 /textproc | |
parent | 2aa820e40405bbf461bd48397585e67e86259e47 (diff) | |
download | freebsd-ports-gnome-a498e1cbdc6ae97adc1fffa51c2949c614460ea2.tar.gz freebsd-ports-gnome-a498e1cbdc6ae97adc1fffa51c2949c614460ea2.tar.zst freebsd-ports-gnome-a498e1cbdc6ae97adc1fffa51c2949c614460ea2.zip |
Change MAINTAINER's mail address.
Now "Don Croyle <croyle@gelemna.org>".
PR: 18701, (part of) 18702, 18703, 18706
Submitted by: MAINTAINER
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/txt2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index c3ad69c8bf38..73da2111f175 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: txt2html # Date created: 29 Jun 1998 -# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> +# Whom: Don Croyle <croyle@gelemna.org> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 1.27 CATEGORIES= textproc MASTER_SITES= http://www.aigeek.com/txt2html/ -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org WRKSRC= ${WRKDIR}/txt2html NO_BUILD= yes |