aboutsummaryrefslogtreecommitdiffstats
path: root/print/latex-caption/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2005-02-06 22:07:47 +0800
committerhrs <hrs@FreeBSD.org>2005-02-06 22:07:47 +0800
commit264dc771e270f307ea02eb9aec680216afbad06e (patch)
treeaf783860a62a3409c2840dc0d275f2b751d79c3e /print/latex-caption/Makefile
parentda095823c2e247f2fab7a374aaa4f76b077c1144 (diff)
downloadfreebsd-ports-graphics-264dc771e270f307ea02eb9aec680216afbad06e.tar.gz
freebsd-ports-graphics-264dc771e270f307ea02eb9aec680216afbad06e.tar.zst
freebsd-ports-graphics-264dc771e270f307ea02eb9aec680216afbad06e.zip
Add teTeX-3.0 support and mark IGNORE in ones which are already included
in the new teTeX distribution.
Diffstat (limited to 'print/latex-caption/Makefile')
-rw-r--r--print/latex-caption/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/latex-caption/Makefile b/print/latex-caption/Makefile
index 74c92e44ab6..746d74062d5 100644
--- a/print/latex-caption/Makefile
+++ b/print/latex-caption/Makefile
@@ -29,7 +29,7 @@ USE_GMAKE= YES
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-//}
@@ -37,6 +37,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//}
CLASS_FILES= caption.dtx caption.sty caption.ins caption2.dtx caption2.sty
DOC_FILES= anleitung.pdf anleitung.tex caption.pdf caption2.pdf caption.xml
+IGNORE= is already included in the teTeX distribution
+
do-extract:
${MKDIR} ${WRKSRC}
cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC}