diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-09 13:37:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-09 13:37:47 +0000 |
commit | 1322ba43475524da5e56263eaeab55684bdfdfad (patch) | |
tree | 5fe367289b8b46fb50a9634cbff5cfd6edfc4716 /security | |
parent | 61c81cb3347139c10d4b9ac05d7fd16630b975c3 (diff) | |
download | pkgsrc-1322ba43475524da5e56263eaeab55684bdfdfad.tar.gz |
Fix MASTER_SITES and HOMEPAGE, noted by Brian Poole.
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 576481416d0..c5daa30f9a5 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2000/02/05 06:03:02 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/09 13:37:47 wiz Exp $ # DISTNAME= tripwire-1.2 CATEGORIES= security -MASTER_SITES= ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/ +MASTER_SITES= ftp://coast.cs.purdue.edu/pub/tools/unix/ids/tripwire/ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.cs.purdue.edu/coast/coast-library.html +HOMEPAGE= http://www.cerias.purdue.edu/coast/coast-library.html post-extract: (cd ${WRKDIR}; ${PAX} -r < T1.2.tar) |