diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-25 11:56:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-25 11:56:15 +0000 |
commit | 4c82c2495206c4e80ff2a7de8052108ce7b26480 (patch) | |
tree | 606ef7bf7329cf96498df69dd1663a11bc27cee0 /editors | |
parent | 7bc49f4c2d665950202b2776bea92ddb63bc816e (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/le/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index e5383d4d3a3c..1ab68bc377c1 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -3,7 +3,7 @@ # Date created: 16 October 1997 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/16 14:08:18 tg Exp $ # DISTNAME= le-1.4.2 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ MAINTAINER= andy@icc.surw.chel.su +BROKEN= build + GNU_CONFIGURE= yes MAN1= le.1 |