diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-04 03:19:25 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-04 03:19:25 +0000 |
commit | f84dd4af62fc726cd418f4599cbc0954c3c53cc7 (patch) | |
tree | 4f4067faf879e47c00ca2c13036694bc7ef24cc6 /net/queso | |
parent | d04f750efdd4f3c281a2c2db936bab63be1b3361 (diff) | |
download | ports-f84dd4af62fc726cd418f4599cbc0954c3c53cc7.tar.gz ports-f84dd4af62fc726cd418f4599cbc0954c3c53cc7.zip |
Notes
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 |