diff options
author | erwin <erwin@FreeBSD.org> | 2006-11-14 21:21:42 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-11-14 21:21:42 +0800 |
commit | 62975f3a9f2fa702585a7ba29526bbf655c7bb8a (patch) | |
tree | b8455e91a2067c02236d92964905d17315ccc2ce /editors | |
parent | 9145cad64196d8797a260b97edb652fb019e12cb (diff) | |
download | freebsd-ports-gnome-62975f3a9f2fa702585a7ba29526bbf655c7bb8a.tar.gz freebsd-ports-gnome-62975f3a9f2fa702585a7ba29526bbf655c7bb8a.tar.zst freebsd-ports-gnome-62975f3a9f2fa702585a7ba29526bbf655c7bb8a.zip |
- Mark BROKEN as the only master site requires authorization
- Drop maintainership
PR: 105239
Submitted by: gabor
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dte/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/dte/Makefile b/editors/dte/Makefile index 0b7f6b4db4a4..481f29a6c23f 100644 --- a/editors/dte/Makefile +++ b/editors/dte/Makefile @@ -12,9 +12,11 @@ CATEGORIES= editors MASTER_SITES= http://personal.gscit.monash.edu.au/~dougt/ EXTRACT_SUFX= .tgz -MAINTAINER= gkovesdan@t-hosting.hu +MAINTAINER= ports@FreeBSD.org COMMENT= A text editor which uses many of the shortcuts used in MSDOS EDIT +BROKEN= Does not fetch + MAN1= dte.1 PORTDOCS= dte.doc dte.hlp dte.rc PLIST_FILES= bin/dte |