diff options
author | bouyer <bouyer@pkgsrc.org> | 1999-03-23 16:19:49 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1999-03-23 16:19:49 +0000 |
commit | 130461bd00fdd9cece677f58240fb27f575d9d3c (patch) | |
tree | dda79a79da111d10269c6eb26ef4272ded4a71da /security/nessus/Makefile | |
parent | 71c5a4f51c1ce215c8f8cf61551648ab8c7807b4 (diff) | |
download | pkgsrc-130461bd00fdd9cece677f58240fb27f575d9d3c.tar.gz |
Adjust MASTER_SITES (the daily nessus-stable tar-file doesn't seem to be
fetchable from http).
Diffstat (limited to 'security/nessus/Makefile')
-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 |