summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-13 00:10:51 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-13 00:10:51 +0000
commitdf36b8f218173579c2795ae2c12e550b5b44ec2e (patch)
tree4fe8a5d5e61b42bf64dd7335096426accc00f98f /print
parentAdd code to get the MASTER_SITE_OVERRIDE working for the fetch target. (diff)
get the MASTER_SITE_OVERRIDE working in the Makefile.
Notes
Notes: svn path=/head/; revision=961
Diffstat (limited to 'print')
-rw-r--r--print/dvi2xx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/dvi2xx/Makefile b/print/dvi2xx/Makefile
index af48ecc719d4..c5c38e258a3f 100644
--- a/print/dvi2xx/Makefile
+++ b/print/dvi2xx/Makefile
@@ -1,6 +1,7 @@
DISTNAME= dvi2xx
DISTFILES= dvi2xx.tar.gz
+.if !defined(MASTER_SITE_OVERRIDE)
#other equivalent sites: ftp.shsu.edu dtp.dante.de
CTAN= ftp.tex.ac.uk
FTP_DIR= /tex-archive/dviware
@@ -12,6 +13,7 @@ pre-fetch:
@${SCRIPTDIR}/ftpget magic ${WRKDIR}
fetch: pre-fetch ${DISTFILES}
+.endif
dvi2xx.tar.gz:
@(cd ${DISTDIR}; if [ ! -f $@ ]; then \