diff options
author | asami <asami@FreeBSD.org> | 1998-02-18 04:18:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-18 04:18:45 +0000 |
commit | ee39515c0e8400fa707bb77aa367afb65b3830ab (patch) | |
tree | bd711c7c6c77b05549f7fb8aa5244f1015f77238 /editors/Makefile | |
parent | 4dc32a42b64c43b8f667988ce3dfa1f830ec5103 (diff) | |
download | FreeBSD-ports-ee39515c0e8400fa707bb77aa367afb65b3830ab.zip FreeBSD-ports-ee39515c0e8400fa707bb77aa367afb65b3830ab.tar.gz |
Move textedit from x11 to editors.
Approved by: jraynard
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index e91f9a3..421715a 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.45 1997/12/14 14:48:37 jseger Exp $ +# $Id: Makefile,v 1.46 1997/12/27 03:10:58 asami Exp $ # SUBDIR += asedit @@ -17,6 +17,7 @@ SUBDIR += nedit SUBDIR += nvi SUBDIR += staroffice + SUBDIR += textedit SUBDIR += thoteditor SUBDIR += uemacs SUBDIR += uzap |