diff options
author | billf <billf@FreeBSD.org> | 1999-06-04 11:19:25 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-04 11:19:25 +0800 |
commit | 8186774631c6add8df4b1980567b11d499aa2ed4 (patch) | |
tree | 832025657df0514e921bfd6f0e65750160b6562d | |
parent | b410c9de87bf8ec9f07c3d3fe8c9d9977e8eef31 (diff) | |
download | freebsd-ports-gnome-8186774631c6add8df4b1980567b11d499aa2ed4.tar.gz freebsd-ports-gnome-8186774631c6add8df4b1980567b11d499aa2ed4.tar.zst freebsd-ports-gnome-8186774631c6add8df4b1980567b11d499aa2ed4.zip |
Replace a dead master site with MASTER_SITE_SUNSITE and the appropriate
directory within.
-rw-r--r-- | net/queso/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/queso/Makefile b/net/queso/Makefile index f7e0f1fc7c5b..6d8fb3d0a4b8 100644 --- a/net/queso/Makefile +++ b/net/queso/Makefile @@ -5,15 +5,16 @@ # Whom: Wu Ching-hong <woju@freebsd.ee.ntu.edu.tw> # and David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.2 1998/11/11 05:37:29 asami Exp $ +# $Id: Makefile,v 1.3 1998/11/12 11:50:11 obrien Exp $ # DISTNAME= queso-980922 CATEGORIES= net security -MASTER_SITES= ftp://apostols.org/AposTools/snapshots/ \ - ftp://ftp.ee.lbl.gov/ \ +MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ + ${MASTER_SITE_SUNSITE} \ ftp://freebsd.ntu.edu.tw/freebsd/_distfiles/ DISTFILES= queso-980922.tar.gz +MASTER_SITE_SUBDIR= distributions/trinux/src/netmap MAINTAINER= obrien@FreeBSD.org |