summaryrefslogtreecommitdiffstats
path: root/textproc/foiltex/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2004-10-30 10:53:23 +0000
committerhrs <hrs@FreeBSD.org>2004-10-30 10:53:23 +0000
commit99c5f46d65af28c1e6728310fcd7a37221a68e2a (patch)
tree10ab9312aea8ab82dc4f9f5e16a0f4ef568b7197 /textproc/foiltex/Makefile
parent5e193b039a0585883d0c8723ff5c4fc656b88655 (diff)
downloadFreeBSD-ports-99c5f46d65af28c1e6728310fcd7a37221a68e2a.zip
FreeBSD-ports-99c5f46d65af28c1e6728310fcd7a37221a68e2a.tar.gz
Fix the build breakage when LaTeX2e <2003/12/01> is used.
Approved by: Stefan Walter (sw at gegenunendlich dot de) Noticed by: kris
Diffstat (limited to 'textproc/foiltex/Makefile')
-rw-r--r--textproc/foiltex/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/textproc/foiltex/Makefile b/textproc/foiltex/Makefile
index 0639ba0..75881c8 100644
--- a/textproc/foiltex/Makefile
+++ b/textproc/foiltex/Makefile
@@ -7,17 +7,17 @@
PORTNAME= foiltex
PORTVERSION= 2.1.4a
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= nonfree/macros/latex/contrib/${PORTNAME}
DISTFILES= foiltex.dtx foiltex.ins
-EXTRACT_ONLY= # empty
MAINTAINER= sw@gegenunendlich.de
COMMENT= A collection of LaTeX files for making foils
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
+BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base
+RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base
NO_CDROM= redistribution on a not-for-profit basis only
@@ -34,9 +34,12 @@ FOIL_FILES= ${WRKDIR}/foil17.clo ${WRKDIR}/foil20.clo \
${WRKDIR}/foilshrt.clo ${WRKDIR}/fltfonts.def
PLIST_SUB= FOIL_DIR="${FOIL_DIR:S,^${PREFIX}/,,}"
+do-extract:
+ ${MKDIR} ${WRKDIR}
+ ${CP} ${DISTDIR}/foiltex.ins ${WRKDIR}/foiltex.ins
+ ${CP} ${DISTDIR}/foiltex.dtx ${WRKDIR}/foiltex.dtx
+
do-build:
- @${CP} ${DISTDIR}/foiltex.ins ${WRKDIR}/foiltex.ins
- @${CP} ${DISTDIR}/foiltex.dtx ${WRKDIR}/foiltex.dtx
@cd ${WRKDIR} && ${LATEX_CMD} foiltex.ins && \
${LATEX_CMD} foiltex.dtx && \
${LATEX_CMD} foiltex.dtx && \
OpenPOWER on IntegriCloud