diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2008-10-11 09:31:54 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2008-10-11 09:31:54 +0000 |
commit | 34004f51e031966e3fbd210678c5083e196bf3e6 (patch) | |
tree | 28f89f081daec07805c1f982f0bc63a420c005ba /chat/zephyr-mode | |
parent | 6bcc8c586e8d598300da44f38c8ec67a571ea234 (diff) | |
download | pkgsrc-34004f51e031966e3fbd210678c5083e196bf3e6.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 'chat/zephyr-mode')
-rw-r--r-- | chat/zephyr-mode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/zephyr-mode/Makefile b/chat/zephyr-mode/Makefile index 7385db11f87..cb645985972 100644 --- a/chat/zephyr-mode/Makefile +++ b/chat/zephyr-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/03/03 02:19:52 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/10/11 09:31:55 uebayasi Exp $ # DISTNAME= zephyr-mode-2.5.20 @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes -.include "../../mk/emacs.mk" +.include "../../editors/emacs/modules.mk" do-install: @${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}/zephyr-mode |