diff options
author | asami <asami@FreeBSD.org> | 1995-06-20 15:46:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-20 15:46:44 +0800 |
commit | f4c96d3ff98c9649e0c553a707fb9517267380b4 (patch) | |
tree | 4742df1d92cbb9cc49393f7b031ea406802eec17 /print/xdvi | |
parent | a06ab17ef394af1e8edabc95548a3a6376009912 (diff) | |
download | freebsd-ports-gnome-f4c96d3ff98c9649e0c553a707fb9517267380b4.tar.gz freebsd-ports-gnome-f4c96d3ff98c9649e0c553a707fb9517267380b4.tar.zst freebsd-ports-gnome-f4c96d3ff98c9649e0c553a707fb9517267380b4.zip |
Add crl.dec.com to MASTER_SITES, ftp.x.org tends to be busy.
Diffstat (limited to 'print/xdvi')
-rw-r--r-- | print/xdvi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 3b52903bcd13..5c9e4a84e95a 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -3,13 +3,14 @@ # Date created: 1 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.14 1995/04/22 00:05:24 jmz Exp $ +# $Id: Makefile,v 1.15 1995/06/13 20:59:04 jmz Exp $ # DISTNAME= xdvi-20 PKGNAME= xdvi-pl20 CATEGORIES+= printing -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ \ + ftp://crl.dec.com/pub/X11/contrib/applications/ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org |