diff options
author | bouyer <bouyer> | 1999-03-23 16:19:49 +0000 |
---|---|---|
committer | bouyer <bouyer> | 1999-03-23 16:19:49 +0000 |
commit | 6120f94349a9b7e0aed51102999bbbddd88d94bd (patch) | |
tree | dda79a79da111d10269c6eb26ef4272ded4a71da /security | |
parent | 534115a31c28ef46f212d3348bc90110dc5c3781 (diff) | |
download | pkgsrc-6120f94349a9b7e0aed51102999bbbddd88d94bd.tar.gz |
Adjust MASTER_SITES (the daily nessus-stable tar-file doesn't seem to be
fetchable from http).
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index e0f602d008a..85bd899c1b3 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 1999/03/22 16:40:27 bouyer Exp $ +# $NetBSD: Makefile,v 1.5 1999/03/23 16:19:49 bouyer Exp $ # DISTNAME= nessus-990318 CATEGORIES= net security x11 -MASTER_SITES= http://www.nessus.org/ +MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-stable/ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org |