diff options
Diffstat (limited to 'net/queso')
-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 |