From b96889b1354fc2db619e890c37d47726128607e1 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sat, 11 Oct 2008 09:31:54 +0000 Subject: 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. --- devel/python-mode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/python-mode') diff --git a/devel/python-mode/Makefile b/devel/python-mode/Makefile index f4c0a5ae0b0..e67473d3043 100644 --- a/devel/python-mode/Makefile +++ b/devel/python-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/04/13 22:12:56 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/10/11 09:31:55 uebayasi Exp $ # DISTNAME= python-mode-1.0 @@ -20,7 +20,7 @@ ELISP_FILES= python-mode.el # package. Also, python-mode does not appear to work as is with XEmacs 21.1 EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 -.include "../../mk/emacs.mk" +.include "../../editors/emacs/modules.mk" INSTALLATION_DIRS= ${EMACS_LISPPREFIX:S/^${PREFIX}\///} -- cgit v1.2.3