diff options
author | jlam <jlam> | 2006-04-06 03:32:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-06 03:32:50 +0000 |
commit | eccec8eafa97116e9e57391ec8994e5fb6610024 (patch) | |
tree | 4500a027373f2478643208814a21c3dd98cc5189 | |
parent | 1b74abd12ad8acebc2d2076700de22c02ddd5ea1 (diff) | |
download | pkgsrc-eccec8eafa97116e9e57391ec8994e5fb6610024.tar.gz |
* Note that auctex requires the base emacs packages to be present.
* Move the info files to the PLIST and honor EMACS_INFOPREFIX.
* Remove some unused variables that are clearly just leftovers from an
older version of this package.
Bump the PKGREVISION to 3.
-rw-r--r-- | print/auctex/Makefile | 17 | ||||
-rw-r--r-- | print/auctex/PLIST | 3 |
2 files changed, 8 insertions, 12 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 3d2c4f086c7..858ab446d37 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:28 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/04/06 03:32:50 jlam Exp $ DISTNAME= auctex-11.82 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= http://ftp.gnu.org/pub/gnu/auctex/ @@ -10,25 +10,20 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/auctex/ COMMENT= Enhanced LaTeX mode for Emacs +EMACS_MODULES= base + .include "../../mk/emacs.mk" USE_TOOLS+= gmake GNU_CONFIGURE= YES -TEX_PREFIX_DEFAULT= ${LOCALBASE} -EVAL_PREFIX+= TEX_PREFIX=teTeX - .if ${EMACS_FLAVOR} == "xemacs" CONFIGURE_ARGS+= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp||} .endif CONFIGURE_ARGS+= --disable-preview MAKEFLAGS+= EMACS=${EMACS_BIN:Q} - -LISPDIR= ${EMACS_LISPPREFIX} -INFO_FILES= auctex.info - -PLIST_SUBST+= INFODIR=${INFODIR:Q} -MESSAGE_SUBST+= LISPDIR=${LISPDIR:Q} +MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q} +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/print/auctex/PLIST b/print/auctex/PLIST index 5c00de0219b..699488de599 100644 --- a/print/auctex/PLIST +++ b/print/auctex/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.9 2006/01/13 22:59:44 tonio Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/04/06 03:32:50 jlam Exp $ +${EMACS_INFOPREFIX}/auctex.info ${EMACS_LISPPREFIX}/auctex.el ${EMACS_LISPPREFIX}/auctex/bib-cite.el ${EMACS_LISPPREFIX}/auctex/bib-cite.elc |