diff options
author | minskim <minskim> | 2009-08-05 10:41:55 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-08-05 10:41:55 +0000 |
commit | 7e8a010f71c1ae5f07d52f725984d13dfb6765e4 (patch) | |
tree | 76f7a860126874601d9eccd12ae704e6a234bf5b /editors/emacs | |
parent | 711c4e2fbe905f0dda32920f1f561c5cfa2ac81b (diff) | |
download | pkgsrc-7e8a010f71c1ae5f07d52f725984d13dfb6765e4.tar.gz |
emacs22 is now in editors/emacs22.
Diffstat (limited to 'editors/emacs')
-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 \ |