diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-09 13:03:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-09 13:03:19 +0000 |
commit | f889c7a8522b83f8c3811ead9195a56a8add6b82 (patch) | |
tree | 82583ea8bc2b1fa548773ffe8b476266389642a9 /security/crack | |
parent | ab31b5f23151739f7d51ea0b9a2dc9abd1446152 (diff) | |
download | pkgsrc-f889c7a8522b83f8c3811ead9195a56a8add6b82.tar.gz |
Fix binary package, from Urban Boquist in pkg/17892.
While here, update MASTER_SITES, all the previous ones were not carrying
the file anymore.
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/Makefile | 9 | ||||
-rw-r--r-- | security/crack/PLIST | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index 18a3de7f863..91774e005a9 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.11 2001/02/25 04:18:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2002/08/09 13:03:19 wiz Exp $ # FreeBSD Id: ports/security/crack/Makefile,v 1.11 1999/09/04 19:24:50 obrien Exp DISTNAME= crack5.0 PKGNAME= crack-5.0 CATEGORIES= security -MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ \ - ftp://ftp.ox.ac.uk/pub/comp/security/software/crackers/ \ - ftp://ftp.auscert.org.au/pub/coast/mirrors/cert.org/tools/crack/ \ - ftp://ftp.riken.go.jp/pub/net/cert_security_tools/crack/ +MASTER_SITES= ftp://ftp.task.gda.pl/mirror/ftp.cert.org/pub/tools/crack/ \ + ftp://ftp.cs.umn.edu/mirror00/ftp.win.tue.nl/pub/security/ \ + ftp://ftp.nask.pl/pub/CERT_NASK/CERTCC_tools/crack/ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.users.dircon.co.uk/~crypto/ diff --git a/security/crack/PLIST b/security/crack/PLIST index b420f989f1b..4da74e9329f 100644 --- a/security/crack/PLIST +++ b/security/crack/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:35 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/08/09 13:03:20 wiz Exp $ sbin/Crack sbin/Reporter share/crack/conf/dictrun.conf @@ -134,6 +134,8 @@ libexec/crack/xdawg libexec/crack/cracker libexec/crack/dictfilt libexec/crack/kickdict +@exec ${MKDIR} %D/share/crack/run +@exec %D/sbin/Crack -makedict @unexec /bin/rm -rf %D/share/crack @unexec /bin/rm -rf %D/share/doc/crack @unexec /bin/rm -rf %D/share/libexec/crack |