diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-14 11:03:20 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-14 11:03:20 +0800 |
commit | 7e215ef0a3b393910c5a169c5e6cc2fd861a850f (patch) | |
tree | 156af7e0c40b6ed2a3531ce1256678b430789a06 | |
parent | 9de54a3e5a6a74efcbaa3cfb151e7b2816108f5a (diff) | |
download | freebsd-ports-graphics-7e215ef0a3b393910c5a169c5e6cc2fd861a850f.tar.gz freebsd-ports-graphics-7e215ef0a3b393910c5a169c5e6cc2fd861a850f.tar.zst freebsd-ports-graphics-7e215ef0a3b393910c5a169c5e6cc2fd861a850f.zip |
Unbreak this port by grabbing a couple of random ftp sites that
have this distfile.
-rw-r--r-- | mail/spruce/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 16f15b655f2..5bed43a84ca 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -3,17 +3,17 @@ # Date created: 05 June 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.5 1999/07/08 05:34:21 cpiazza Exp $ +# $Id: Makefile,v 1.6 1999/07/14 02:41:15 obrien Exp $ # DISTNAME= spruce-0.4.8a CATEGORIES= mail -MASTER_SITES= http://www.xtorshun.org/spruce/ +#main master site unreachable: MASTER_SITES= http://www.xtorshun.org/spruce/ +MASTER_SITES= http://fundy.linuxberg.com/files/x11/network/ \ + ftp://ftp.loxinfo.co.th/pub/unix/mail/ MAINTAINER= cpiazza@FreeBSD.org -BROKEN='single master site is unreachable' - LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GNU_CONFIGURE= yes |