diff options
author | uebayasi <uebayasi> | 2008-10-11 09:31:54 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2008-10-11 09:31:54 +0000 |
commit | b96889b1354fc2db619e890c37d47726128607e1 (patch) | |
tree | 28f89f081daec07805c1f982f0bc63a420c005ba /editors/jde | |
parent | 82bb21f245fe7a2dee3f10a3aec11ffd03c27e07 (diff) | |
download | pkgsrc-b96889b1354fc2db619e890c37d47726128607e1.tar.gz |
Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users. Be DEPENDS to it. This should
address pkg/37146 by Aleksey Cheusov.
While here convert some emacs lisp packages to user-destdir.
Diffstat (limited to 'editors/jde')
-rw-r--r-- | editors/jde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jde/Makefile b/editors/jde/Makefile index 06997387fd9..93e95c7226e 100644 --- a/editors/jde/Makefile +++ b/editors/jde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/05/26 02:13:18 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2008/10/11 09:31:56 uebayasi Exp $ # DISTNAME= jde-2.3.2 @@ -24,7 +24,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME}/lisp -.include "../../mk/emacs.mk" +.include "../../editors/emacs/modules.mk" # XEmacs has its own JDE package EMACS_VERSIONS_ACCEPTED=emacs21 # XXX Won't compile with emacs20... |