diff options
author | hrs <hrs@FreeBSD.org> | 2005-02-06 14:07:47 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-02-06 14:07:47 +0000 |
commit | 264dc771e270f307ea02eb9aec680216afbad06e (patch) | |
tree | af783860a62a3409c2840dc0d275f2b751d79c3e /print/latex-feynmf | |
parent | da095823c2e247f2fab7a374aaa4f76b077c1144 (diff) | |
download | FreeBSD-ports-264dc771e270f307ea02eb9aec680216afbad06e.zip FreeBSD-ports-264dc771e270f307ea02eb9aec680216afbad06e.tar.gz |
Add teTeX-3.0 support and mark IGNORE in ones which are already included
in the new teTeX distribution.
Diffstat (limited to 'print/latex-feynmf')
-rw-r--r-- | print/latex-feynmf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/latex-feynmf/Makefile b/print/latex-feynmf/Makefile index 034ae1c..38918d3 100644 --- a/print/latex-feynmf/Makefile +++ b/print/latex-feynmf/Makefile @@ -6,6 +6,7 @@ PORTNAME= latex-feynmf PORTVERSION= 1.08.19961202 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib/feynmf @@ -29,7 +30,7 @@ PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} \ TEXMFLOCAL= share/texmf-local TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R MKTEXLSR= ${LOCALBASE}/bin/mktexlsr -TEX_BIN= ${LOCALBASE}/bin/tex +TEX_BIN= ${LOCALBASE}/bin/etex CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} FONTDIR= ${TEXMFLOCAL}/fonts/source/public/${PORTNAME:S/^latex-//} MPDIR= ${TEXMFLOCAL}/metapost/${PORTNAME:S/^latex-//} |