diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-05 10:41:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-05 10:41:55 +0000 |
commit | 8f774fa67ad28195029994b7c8dfd0cabd873cb4 (patch) | |
tree | 76f7a860126874601d9eccd12ae704e6a234bf5b /editors | |
parent | 896d4ba21bf3ea68b7472db4744e245f3275bd36 (diff) | |
download | pkgsrc-8f774fa67ad28195029994b7c8dfd0cabd873cb4.tar.gz |
emacs22 is now in editors/emacs22.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/modules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs/modules.mk b/editors/emacs/modules.mk index 5059336e16f..6963e72b441 100644 --- a/editors/emacs/modules.mk +++ b/editors/emacs/modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: modules.mk,v 1.7 2009/08/05 06:53:29 minskim Exp $ +# $NetBSD: modules.mk,v 1.8 2009/08/05 10:41:55 minskim Exp $ # # This Makefile fragment handles Emacs Lisp Packages (== ELPs). # @@ -226,8 +226,8 @@ _EMACS_PKGDIR_MAP= \ emacs20@../../editors/emacs20 \ emacs21@../../editors/emacs21 \ emacs21nox@../../editors/emacs21-nox11 \ - emacs22@../../editors/emacs \ - emacs22nox@../../editors/emacs-nox11 \ + emacs22@../../editors/emacs22 \ + emacs22nox@../../editors/emacs22-nox11 \ emacs23@../../editors/emacs-snapshot \ xemacs214@../../editors/xemacs \ xemacs214nox@../../editors/xemacs-nox11 \ |