diff options
author | obrien <obrien@FreeBSD.org> | 2000-03-31 09:37:36 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-03-31 09:37:36 +0800 |
commit | 3a789bcbd0a0f5d7957f7c6af8bc5279e98458f2 (patch) | |
tree | 5b218ffeb59c97abef77ea078b78de03561a86e4 /editors | |
parent | 822a07ab90a278f832bcf92092be22a5a20bf4b2 (diff) | |
download | freebsd-ports-gnome-3a789bcbd0a0f5d7957f7c6af8bc5279e98458f2.tar.gz freebsd-ports-gnome-3a789bcbd0a0f5d7957f7c6af8bc5279e98458f2.tar.zst freebsd-ports-gnome-3a789bcbd0a0f5d7957f7c6af8bc5279e98458f2.zip |
Pickup maintance of these until someone else comes along.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hexedit/Makefile | 2 | ||||
-rw-r--r-- | editors/le/Makefile | 2 | ||||
-rw-r--r-- | editors/sted/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 241fdbf458cf..eafbfc40ebb9 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.chez.com/prigaux/ \ MASTER_SITE_SUBDIR= utils/file/hex EXTRACT_SUFX= .src.tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org USE_AUTOCONF= yes diff --git a/editors/le/Makefile b/editors/le/Makefile index 352abfda5a6f..d4087226909c 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ MASTER_SITE_SUBDIR= apps/editors/terminal -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes MAN1= le.1 diff --git a/editors/sted/Makefile b/editors/sted/Makefile index 5c40f2d9abdb..8847fd87ba4b 100644 --- a/editors/sted/Makefile +++ b/editors/sted/Makefile @@ -10,7 +10,7 @@ DISTNAME= sted-0.2.2 CATEGORIES= editors MASTER_SITES= http://user.tninet.se/~uxm165t/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/sted |