diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-06-11 13:00:56 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-06-11 13:00:56 +0000 |
commit | 7ffd761631296c5e891b206b4e122ac37e0e0b61 (patch) | |
tree | 712cdf412a681829f83dd58df8265ff7bf9d3a84 /net | |
parent | 3f5f113447f91eca34ae6d6ccbe339389fea660e (diff) | |
download | pkgsrc-7ffd761631296c5e891b206b4e122ac37e0e0b61.tar.gz |
Add 'old' MASTER_SITE just in case we're running a little behind in versions
Diffstat (limited to 'net')
-rw-r--r-- | net/snort/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index a203eaf30a6..cb05dd4592b 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.37 2008/05/25 23:49:07 adrianp Exp $ +# $NetBSD: Makefile,v 1.38 2008/06/11 13:00:56 adrianp Exp $ # DISTNAME= snort-2.8.1 CATEGORIES= net security -MASTER_SITES= http://www.snort.org/dl/current/ +MASTER_SITES= http://www.snort.org/dl/current/ \ + http://www.snort.org/dl/old/ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.snort.org/ |