diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-03 01:17:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-03 01:17:38 +0000 |
commit | a159e2cc4357bd29627660c45c0cc4406c6ebce6 (patch) | |
tree | 45a043f5ddd6a479abb7bc4a05bf02938ad455b6 /net/queso/Makefile | |
parent | c4d5657cc380e16ace9aa5c5ae1ef5e6966ee237 (diff) | |
download | ports-a159e2cc4357bd29627660c45c0cc4406c6ebce6.tar.gz ports-a159e2cc4357bd29627660c45c0cc4406c6ebce6.zip |
Fix mastersites.
Notes
Notes:
svn path=/head/; revision=92906
Diffstat (limited to 'net/queso/Makefile')
-rw-r--r-- | net/queso/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/queso/Makefile b/net/queso/Makefile index 77e214041e1a..63e88c15542f 100644 --- a/net/queso/Makefile +++ b/net/queso/Makefile @@ -10,9 +10,8 @@ PORTNAME= queso PORTVERSION= 980922 CATEGORIES= net security -MASTER_SITES= ftp://freebsd.ntu.edu.tw/FreeBSD/distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= obrien +MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/queso/ \ + http://www.mirrors.wiretapped.net/security/network-mapping/ MAINTAINER= ports@FreeBSD.org COMMENT= Determine the remote OS using simple tcp packets |