summaryrefslogtreecommitdiff
path: root/devel/elib
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2008-10-11 09:31:54 +0000
committeruebayasi <uebayasi@pkgsrc.org>2008-10-11 09:31:54 +0000
commitb887f5681b4a4a2ce89af874eb1f9c822306ac8d (patch)
tree28f89f081daec07805c1f982f0bc63a420c005ba /devel/elib
parent5382ccf1d8130e9becd9b52c424e302b2acaf056 (diff)
downloadpkgsrc-b887f5681b4a4a2ce89af874eb1f9c822306ac8d.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 'devel/elib')
-rw-r--r--devel/elib/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/elib/Makefile.common b/devel/elib/Makefile.common
index 5fd9f4e9e76..fc79482c476 100644
--- a/devel/elib/Makefile.common
+++ b/devel/elib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2008/03/03 17:45:35 jlam Exp $
+# $NetBSD: Makefile.common,v 1.6 2008/10/11 09:31:55 uebayasi Exp $
#
DISTNAME= elib-1.0
@@ -10,7 +10,7 @@ COMMENT= Library of utility functions for Emacs
PKG_DESTDIR_SUPPORT= user-destdir
-.include "../../mk/emacs.mk"
+.include "../../editors/emacs/modules.mk"
PKGSRC_MAKE_ENV+= EMACS=${EMACS_FLAVOR:Q}
MAKEFLAGS+= EMACS=${EMACS_FLAVOR:Q}