diff options
author | jmz <jmz@FreeBSD.org> | 2002-10-15 01:02:36 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-10-15 01:02:36 +0800 |
commit | d996caac60431192ba9efd28907cfb53096f49a3 (patch) | |
tree | 73339185f5e56afec5bae477e1b3301fc6b2b1f6 /print/dvips | |
parent | 6f743441691cd86f9989009fbf8f7c2623e001c5 (diff) | |
download | freebsd-ports-gnome-d996caac60431192ba9efd28907cfb53096f49a3.tar.gz freebsd-ports-gnome-d996caac60431192ba9efd28907cfb53096f49a3.tar.zst freebsd-ports-gnome-d996caac60431192ba9efd28907cfb53096f49a3.zip |
Set MASTER_SITES to ${MASTER_SITE_LOCAL}
Diffstat (limited to 'print/dvips')
-rw-r--r-- | print/dvips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/dvips/Makefile b/print/dvips/Makefile index 4d8d9a32f658..d25a58668911 100644 --- a/print/dvips/Makefile +++ b/print/dvips/Makefile @@ -8,7 +8,7 @@ PORTNAME= dvips PORTVERSION= 5.76 CATEGORIES= print -MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/ +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTNAME= dvips576 MAINTAINER= jmz@FreeBSD.org |