diff options
author | steve <steve@FreeBSD.org> | 1999-06-07 00:26:02 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-07 00:26:02 +0800 |
commit | e1d3a05f096237bf73def99f9ad5512d4051707d (patch) | |
tree | d3665dccb824c035c1441c442ad7702f5bc7412c | |
parent | 79120ff0039b3beab6a091432c9ce7be24507a3f (diff) | |
download | freebsd-ports-gnome-e1d3a05f096237bf73def99f9ad5512d4051707d.tar.gz freebsd-ports-gnome-e1d3a05f096237bf73def99f9ad5512d4051707d.tar.zst freebsd-ports-gnome-e1d3a05f096237bf73def99f9ad5512d4051707d.zip |
Add a MASTER_SITE.
PR: 11791
Submitted by: maintainer
-rw-r--r-- | x11-clocks/bbdate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile index 4bacb6dd4c2b..70e8ffbd8593 100644 --- a/x11-clocks/bbdate/Makefile +++ b/x11-clocks/bbdate/Makefile @@ -3,12 +3,13 @@ # Date created: May 3 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id: Makefile,v 1.2 1999/05/09 17:35:48 steve Exp $ +# $Id: Makefile,v 1.3 1999/05/10 04:08:20 steve Exp $ # DISTNAME= bbdate-0.2.1 CATEGORIES= x11-clocks -MASTER_SITES= http://bbtools.windsofstorm.net/sources/ +MASTER_SITES= http://bbtools.windsofstorm.net/sources/ \ + ftp://stokes.tte.ele.tue.nl/pub/ MAINTAINER= cpiazza@home.net |