summaryrefslogtreecommitdiff
path: root/print/tex/Makefile
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/tex/Makefile
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/tex/Makefile')
-rw-r--r--print/tex/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile
index ef1a4fd6f751..186e35770b0d 100644
--- a/print/tex/Makefile
+++ b/print/tex/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.15 1995/04/17 20:31:35 asami Exp $
+# $Id: Makefile,v 1.16 1995/04/21 00:21:27 jmz Exp $
#
DISTNAME= web2c-6.1
@@ -44,6 +44,9 @@ modes.mf:
tex_base.tar.gz:
@${FTPGET} ${CTAN} /tex-archive/macros plain/base.tar.gz ${DISTDIR}/$@
+pre-fetch:
+ @chmod +x ${FTPGET}
+
do-build:
@(cd ${WRKSRC}/web2c; make triptrap)
@(cd ${WRKSRC}/web2c; make run-triptrap)