summaryrefslogtreecommitdiff
path: root/security/crack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/crack/Makefile')
-rw-r--r--security/crack/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile
index ebb06cfd649..a40621944b1 100644
--- a/security/crack/Makefile
+++ b/security/crack/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2007/02/22 19:01:24 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/09/14 11:59:39 joerg Exp $
DISTNAME= crack5.0
PKGNAME= crack-5.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack \
ftp://ftp.netsw.org/system/tools/password/crack/crack/
@@ -15,6 +15,13 @@ WRKSRC= ${WRKDIR}/c50a
INSTALLATION_DIRS= sbin
+REPLACE_INTERPRETER+= xdawg
+REPLACE.xdawg.old= .*xdawg
+REPLACE.xdawg.new= ${PREFIX}/libexec/crack/xdawg
+REPLACE_FILES.xdawg= dict/*/*
+
+CHECK_INTERPRETER_SKIP+= share/crack/extra/Dictstats.pl
+
pre-configure:
@${ECHO} "XLIB+= -lcrypt" >> ${WRKSRC}/src/util/Makefile