diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-10-03 21:19:24 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-10-03 21:19:24 +0000 |
commit | 4221217c1fa99442420dbc440ee07d5314cd0b00 (patch) | |
tree | 2a0ac058a6eb15dbf9ff58d4ce5db8e0c6630c96 /print/tex | |
parent | 1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (diff) |
Notes
Diffstat (limited to 'print/tex')
-rw-r--r-- | print/tex/Makefile | 5 |
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) |