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/latex | |
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/latex')
-rw-r--r-- | print/latex/Makefile | 5 |
1 files changed, 4 insertions, 1 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; \ |