summaryrefslogtreecommitdiff
path: root/print/latex
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-10-03 21:19:24 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-10-03 21:19:24 +0000
commit4221217c1fa99442420dbc440ee07d5314cd0b00 (patch)
tree2a0ac058a6eb15dbf9ff58d4ce5db8e0c6630c96 /print/latex
parentConvert all makefiles to new formats. (diff)
Add a pre-fetch target to make ftpget executable. This fixes the message
'ports/print/tex/files/ftpget: not found'
Notes
Notes: svn path=/head/; revision=2234
Diffstat (limited to 'print/latex')
-rw-r--r--print/latex/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile
index 85c85c9fc59a..fa8b1d52e2ef 100644
--- a/print/latex/Makefile
+++ b/print/latex/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.17 1995/06/27 12:56:00 jmz Exp $
+# $Id: Makefile,v 1.18 1995/09/23 20:23:18 jmz Exp $
#
VERSION= 95.06
DISTNAME= latex
@@ -32,6 +32,9 @@ latex_tfm-${VERSION}.tar.gz:
latex_tools-${VERSION}.tar.gz:
@${FTPGET} ${CTAN} /tex-archive/macros latex/packages/tools.tar.gz ${DISTDIR}/$@
+pre-fetch:
+ @chmod +x ${FTPGET}
+
do-build:
@(cd ${WRKSRC}/base; yes | initex unpack.ins)
@(cd ${WRKSRC}/base; TEXFONTS=${WRKSRC}/tfm:; export TEXFONTS; \