diff options
author | hrs <hrs@FreeBSD.org> | 2005-02-06 21:57:15 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-02-06 21:57:15 +0800 |
commit | 81c43238b6327d741010612c8a7c088a4649ff6a (patch) | |
tree | c82c7efe7814042f79ae0722220052106f0e10f7 /print | |
parent | ce99c4817e48b52edf2e99fac153c85e490d5e97 (diff) | |
download | freebsd-ports-gnome-81c43238b6327d741010612c8a7c088a4649ff6a.tar.gz freebsd-ports-gnome-81c43238b6327d741010612c8a7c088a4649ff6a.tar.zst freebsd-ports-gnome-81c43238b6327d741010612c8a7c088a4649ff6a.zip |
Update to 2.99.13.20040204.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 2a1d4be82ae9..079f667b34a8 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -6,8 +6,8 @@ # PORTNAME= teTeX -PORTVERSION= 2.0.2 -PORTREVISION= 7 +PORTVERSION= 2.99.13.20050204 +PORTREVISION= 0 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -17,9 +17,8 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= A meta port for teTeX suite RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ - ${LOCALBASE}/share/texmf/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf \ + ${LOCALBASE}/${TEXMFDISTDIR}/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf \ latex:${PORTSDIR}/print/teTeX-base \ - ${LOCALBASE}/share/texmf-local/tex/latex/base/latex.ltx:${PORTSDIR}/print/teTeX-latex2e \ dvips:${PORTSDIR}/print/dvipsk-tetex \ xdvi:${PORTSDIR}/print/xdvik @@ -41,6 +40,7 @@ PAPERSIZE= letter PAPERSIZE= a4 .endif +TEXMFDISTDIR= share/texmf-dist TEXMFLOCAL_LSR= ${LOCALBASE}/share/texmf-local/ls-R # XXX: this does not work |