diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-02 15:42:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-02 15:42:45 +0000 |
commit | 8bf551a354cb6f522a283ddc6070a9919f9ec327 (patch) | |
tree | a2e5d357488d697b1a895925ad3a7851032f71a4 /editors/Makefile | |
parent | 0e307cea3927b2b6452f5940f6e272a67c4e63eb (diff) | |
download | ports-8bf551a354cb6f522a283ddc6070a9919f9ec327.tar.gz ports-8bf551a354cb6f522a283ddc6070a9919f9ec327.zip |
Add dte - a simple text editor that uses many of MSDOS EDIT's command shortcuts
keybindings. Also makes a nice text editor for use with mailers like mutt.
PR: 21811
Submitted by: Steve Horan <sjhports@tracking.amos.net>
Notes
Notes:
svn path=/head/; revision=34654
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 2378a1d92987..c1e01fbbdc94 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -22,6 +22,7 @@ SUBDIR += custom-emacs SUBDIR += custom-mule SUBDIR += dedit + SUBDIR += dte SUBDIR += e93 SUBDIR += elvis SUBDIR += emacs |