diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-25 10:11:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-25 10:11:59 +0000 |
commit | 57a28353c6a9f8d232e218f7a4dbd4a1f07ad62c (patch) | |
tree | a97787e3ce68b95bf0377e81d382867f9581a980 /net/queso | |
parent | 34f7bf05756793830eff5953d50dcb9fe1af1422 (diff) |
Notes
Diffstat (limited to 'net/queso')
-rw-r--r-- | net/queso/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/queso/Makefile b/net/queso/Makefile index abd62becbc1f..31f2a083ada9 100644 --- a/net/queso/Makefile +++ b/net/queso/Makefile @@ -10,10 +10,9 @@ PORTNAME= queso PORTVERSION= 980922 CATEGORIES= net security -MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ - ${MASTER_SITE_SUNSITE} \ - ftp://freebsd.ntu.edu.tw/freebsd/_distfiles/ -MASTER_SITE_SUBDIR= distributions/trinux/src/netmap +MASTER_SITES= ftp://freebsd.ntu.edu.tw/FreeBSD/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien MAINTAINER= obrien@FreeBSD.org |