diff options
-rw-r--r-- | print/latex/Makefile | 5 | ||||
-rw-r--r-- | print/tex/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 85c85c9..fa8b1d5 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; \ diff --git a/print/tex/Makefile b/print/tex/Makefile index ef1a4fd..186e357 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) |