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-pict2e | |
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-pict2e')
-rw-r--r-- | print/latex-pict2e/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/latex-pict2e/Makefile b/print/latex-pict2e/Makefile index ea1057a..131e4bb 100644 --- a/print/latex-pict2e/Makefile +++ b/print/latex-pict2e/Makefile @@ -27,7 +27,7 @@ PLIST_SUB= MKTEXLSR=${MKTEXLSR} CLASSDIR=${CLASSDIR} TEXMFLOCAL= share/texmf-local TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R MKTEXLSR= ${LOCALBASE}/bin/mktexlsr -TEX_BIN= ${LOCALBASE}/bin/tex +TEX_BIN= ${LOCALBASE}/bin/etex YES_CMD= /usr/bin/yes CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} @@ -40,6 +40,8 @@ CLASS_FILES= p2e-drivers.dtx p2e-dvipdfm.def p2e-dvips.def \ DOC_FILES= README pict2e.pdf p2e-drivers.pdf +IGNORE= is already included in the teTeX distribution + do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} |