diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-31 01:37:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-31 01:37:36 +0000 |
commit | 58867f8da874530ebe886c06c8ebca251d273981 (patch) | |
tree | 4e6e2212573b7c2698e229a0219f0cbe9d72fa55 /editors | |
parent | Add a US site for distfiles. (diff) |
Pickup maintance of these until someone else comes along.
Notes
Notes:
svn path=/head/; revision=27160
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 |