summaryrefslogtreecommitdiff
path: root/misc/lookup
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2008-10-11 09:31:54 +0000
committeruebayasi <uebayasi>2008-10-11 09:31:54 +0000
commitc4b82a5cd529780fd545357545325d304952e605 (patch)
tree28f89f081daec07805c1f982f0bc63a420c005ba /misc/lookup
parenta7300be85c95b1f5616bddb1498456305605775e (diff)
downloadpkgsrc-c4b82a5cd529780fd545357545325d304952e605.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 'misc/lookup')
-rw-r--r--misc/lookup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile
index 80f8d98be83..a783004f135 100644
--- a/misc/lookup/Makefile
+++ b/misc/lookup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/07/14 12:56:09 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2008/10/11 09:31:57 uebayasi Exp $
#
DISTNAME= lookup-1.4.1
@@ -22,7 +22,7 @@ INFO_FILES= # PLIST
CONFIGURE_ARGS+=${EMACS_FLAVOR}
-.include "../../mk/emacs.mk"
+.include "../../editors/emacs/modules.mk"
.include "../../devel/apel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"