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 | |
parent | 4f6099ad495266ae93a8c7d93bd0b9126ef2d7e3 (diff) | |
download | ports-af8bc5a0eac9b0babd91d69fbe9bef63b2dd900c.tar.gz ports-af8bc5a0eac9b0babd91d69fbe9bef63b2dd900c.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/auctex/Makefile | 2 | ||||
-rw-r--r-- | print/preview-latex/Makefile | 6 | ||||
-rw-r--r-- | print/preview-latex/distinfo | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 0a5db4c8c6b5..931ba63ec90e 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 11.13 CATEGORIES= print elisp MASTER_SITES= http://savannah.nongnu.org/download/auctex/stable.pkg/${PORTVERSION}/ -MAINTAINER= yoichi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Integrated environment for writing LaTeX using GNU Emacs RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX 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 diff --git a/print/preview-latex/distinfo b/print/preview-latex/distinfo index 1c6ade990e2e..335e231c3465 100644 --- a/print/preview-latex/distinfo +++ b/print/preview-latex/distinfo @@ -1 +1 @@ -MD5 (preview-latex-0.7.7.tar.gz) = b9e86f179c183d10384c3cc4431c36f3 +MD5 (preview-latex-0.7.8.tar.gz) = 569aa370482436db4588428da4f27594 |