diff options
author | ben <ben> | 2003-12-09 15:40:20 +0000 |
---|---|---|
committer | ben <ben> | 2003-12-09 15:40:20 +0000 |
commit | 82a08e920b1a36d81413f7132429f72b665fcfe8 (patch) | |
tree | 0e17bae99a8512311d296ca8a9003d08a588690b | |
parent | aef248e8a847928236b590b8f2c26604431a174d (diff) | |
download | pkgsrc-82a08e920b1a36d81413f7132429f72b665fcfe8.tar.gz |
Actually set MASTER_SITES to site mentioned in revision 1.16.
-rw-r--r-- | security/tripwire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 6c58d13cb7c..aa18ce78b8c 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2003/12/05 05:40:32 ben Exp $ +# $NetBSD: Makefile,v 1.18 2003/12/09 15:40:20 ben Exp $ # DISTNAME= tripwire-1.2 PKGREVISION= 2 CATEGORIES= security -MASTER_SITES= ftp://coast.cs.purdue.edu/pub/tools/unix/ids/tripwire/ +MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/tripwire/old/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cerias.purdue.edu/coast/coast-library.html |