diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-24 22:53:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-24 22:53:25 +0000 |
commit | f1fda1b9bc3ec4172b3fb38aa532a48ad69b6fd9 (patch) | |
tree | 800c02991c839df81ecdad49d51f77037392ac3e /editors/thoteditor | |
parent | c9948b52d86daa7146dcf65a083f4813542dc819 (diff) |
Mark BROKEN -- majorly FUBARed.
Notes
Notes:
svn path=/head/; revision=18118
Diffstat (limited to 'editors/thoteditor')
-rw-r--r-- | editors/thoteditor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index b340cb8496b3..9917323c9d2a 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Aug 1997 # Whom: Pedro Giffuni (orig) # -# $Id: Makefile,v 1.7 1999/02/12 23:52:49 obrien Exp $ +# $Id: Makefile,v 1.8 1999/03/08 21:19:01 steve Exp $ # DISTNAME= thoteditor @@ -20,6 +20,8 @@ DISTFILES= ${THOT_SRC} ${EDITOR_SRC} MAINTAINER= ports@FreeBSD.org +BROKEN= 'FUBARed' + THOT_SRC= thot-src-2.1e.tar.gz EDITOR_SRC= thoteditor-src-2.1e.tar.gz |