summaryrefslogtreecommitdiff
path: root/print
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
commit34004f51e031966e3fbd210678c5083e196bf3e6 (patch)
tree28f89f081daec07805c1f982f0bc63a420c005ba /print
parent6bcc8c586e8d598300da44f38c8ec67a571ea234 (diff)
downloadpkgsrc-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 'print')
-rw-r--r--print/auctex/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 34eb9bc38ee..7b36226bf3d 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:43 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2008/10/11 09:31:58 uebayasi Exp $
DISTNAME= auctex-11.84
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE= http://www.gnu.org/software/auctex/
COMMENT= Enhanced LaTeX mode for Emacs
PKG_DESTDIR_SUPPORT= user-destdir
+INSTALLATION_DIRS= ${EMACS_INFOPREFIX} \
+ ${EMACS_LISPPREFIX}/auctex
EMACS_MODULES= base
@@ -26,6 +28,6 @@ INFO_FILES= YES
CONFIGURE_ARGS.emacs= --with-lispdir=${EMACS_LISPPREFIX}
CONFIGURE_ARGS.xemacs= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp||}
-.include "../../mk/emacs.mk"
+.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"