diff options
author | jmz <jmz@FreeBSD.org> | 1995-10-03 21:19:24 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-10-03 21:19:24 +0000 |
commit | 8a7033147a13699ea4e823cca4ab3517599020ac (patch) | |
tree | b4f98d86c147a625d83fb0e258c16b58638ad2c7 /print/tex | |
parent | 3b0a0d13baed38ad5c20a1070b273c4d97ded219 (diff) | |
download | FreeBSD-ports-8a7033147a13699ea4e823cca4ab3517599020ac.zip FreeBSD-ports-8a7033147a13699ea4e823cca4ab3517599020ac.tar.gz |
Add a pre-fetch target to make ftpget executable. This fixes the message
'ports/print/tex/files/ftpget: not found'
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 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) |