diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2003-03-28 00:44:10 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2003-03-28 00:44:10 +0000 |
commit | af8bc5a0eac9b0babd91d69fbe9bef63b2dd900c (patch) | |
tree | 3cd8a667aeb52304dde7318f65fc9be68b1a018c /print/preview-latex/Makefile | |
parent | 4f6099ad495266ae93a8c7d93bd0b9126ef2d7e3 (diff) |
Notes
Diffstat (limited to 'print/preview-latex/Makefile')
-rw-r--r-- | print/preview-latex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/preview-latex/Makefile b/print/preview-latex/Makefile index f43c93459343..d72a5c8c7522 100644 --- a/print/preview-latex/Makefile +++ b/print/preview-latex/Makefile @@ -6,13 +6,13 @@ # PORTNAME= preview-latex -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= yoichi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX previewer on Emacs BUILD_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \ @@ -25,7 +25,7 @@ EMACS_PORT_NAME?= emacs21 HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ - --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \ + --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/preview \ --with-texmf=${PREFIX}/share/texmf CONFIGURE_ARGS+= --disable-8bit-test |