diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-22 10:28:28 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-22 10:28:28 +0000 |
commit | 96bf006bd43c5331cb9e6bbbdce60f09b903c0f7 (patch) | |
tree | e866ff628a81acfa74b53fdec9e4a2368c8a38b0 /editors | |
parent | Upgrade to 1.8a36. (diff) |
Hand maintainership over to someone with more time, now that James
has retired from active service. Looks like the new maintainer's
first job will be to find a master site (marked broken).
Requested by: Alexander Langer <alex@big.endian.de>
Notes
Notes:
svn path=/head/; revision=23793
Diffstat (limited to 'editors')
-rw-r--r-- | editors/textedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index 7573a8cf1a9d..99e885011ddb 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -10,10 +10,12 @@ DISTNAME= textedit-1.0 CATEGORIES= editors MASTER_SITES= http://www.FreeBSD.org/~jraynard/ports/distfiles/ -MAINTAINER= jraynard@FreeBSD.org +MAINTAINER= alex@big.endian.de LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +BROKEN= "mastersite gone" + WRKSRC= ${WRKDIR}/textedit USE_IMAKE= yes MAN1= textedit.1 |