diff options
author | ats <ats@FreeBSD.org> | 1995-02-13 08:10:51 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-13 08:10:51 +0800 |
commit | 7f091c540a432cd752a43fa7dfc35412dc564b98 (patch) | |
tree | e63b05a2b830c41e4e279e8fab50a87cb633353e /print/dvi2xx | |
parent | 83124b406e9dc58ae342edafb0548910b8399614 (diff) | |
download | freebsd-ports-gnome-7f091c540a432cd752a43fa7dfc35412dc564b98.tar.gz freebsd-ports-gnome-7f091c540a432cd752a43fa7dfc35412dc564b98.tar.zst freebsd-ports-gnome-7f091c540a432cd752a43fa7dfc35412dc564b98.zip |
get the MASTER_SITE_OVERRIDE working in the Makefile.
Diffstat (limited to 'print/dvi2xx')
-rw-r--r-- | print/dvi2xx/Makefile | 2 |
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 \ |