diff options
author | uebayasi <uebayasi> | 2003-04-11 01:06:10 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-04-11 01:06:10 +0000 |
commit | e28f049065cc423eda40cff0d8dff726b503fcea (patch) | |
tree | f961aae7c5fbd419d0320d97f682e2142e6b1d88 /editors/Makefile | |
parent | cfd58595bd8254441b57ead8acd727a6c1ddeb2f (diff) | |
download | pkgsrc-e28f049065cc423eda40cff0d8dff726b503fcea.tar.gz |
Reflect the Emacs 20/21 move.
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index 5094c2770c0..0cc1b1f2d31 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2003/04/09 13:36:53 markd Exp $ +# $NetBSD: Makefile,v 1.84 2003/04/11 01:06:10 uebayasi Exp $ # COMMENT= Editors @@ -14,9 +14,9 @@ SUBDIR+= ce-x11 SUBDIR+= cooledit SUBDIR+= easyedit SUBDIR+= emacs +SUBDIR+= emacs-nox11 SUBDIR+= emacs-packages -SUBDIR+= emacs21 -SUBDIR+= emacs21-nox11 +SUBDIR+= emacs20 SUBDIR+= ex SUBDIR+= gbib SUBDIR+= gconf-editor |