From c4b82a5cd529780fd545357545325d304952e605 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. --- textproc/xslide/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/xslide') diff --git a/textproc/xslide/Makefile b/textproc/xslide/Makefile index 7aad780f092..eaa5c4b12fb 100644 --- a/textproc/xslide/Makefile +++ b/textproc/xslide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/15 13:31:30 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/10/11 09:31:58 uebayasi Exp $ # DISTNAME= xslide-0.2.2 @@ -12,7 +12,7 @@ HOMEPAGE= http://xslide.sourceforge.net/ COMMENT= XSL major mode for emacs -.include "../../mk/emacs.mk" +.include "../../editors/emacs/modules.mk" .if ${EMACS_FLAVOR} == "emacs" EMACS= emacs -- cgit v1.2.3