diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-02 23:42:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-02 23:42:45 +0800 |
commit | bad416848f60a6e06391d2d4dc726424c2370dbe (patch) | |
tree | 87de7d241707f9e06345bc429c9f610a18a6ba2f /editors/Makefile | |
parent | c6ccb61882ed9135e51f92d1c47395b51fb63b56 (diff) | |
download | freebsd-ports-gnome-bad416848f60a6e06391d2d4dc726424c2370dbe.tar.gz freebsd-ports-gnome-bad416848f60a6e06391d2d4dc726424c2370dbe.tar.zst freebsd-ports-gnome-bad416848f60a6e06391d2d4dc726424c2370dbe.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>
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 |