summaryrefslogtreecommitdiffstats
path: root/security/john
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2003-01-04 22:34:19 +0000
committeranders <anders@FreeBSD.org>2003-01-04 22:34:19 +0000
commitd872182a7930f9772e7005d1cba79085f1c91d4b (patch)
tree98cb78b8430a88a04e2ec5b9c41099aedddeb8fe /security/john
parentf135acc9c18e4d3d3f8a48ad944461acc4659eae (diff)
downloadFreeBSD-ports-d872182a7930f9772e7005d1cba79085f1c91d4b.zip
FreeBSD-ports-d872182a7930f9772e7005d1cba79085f1c91d4b.tar.gz
Install lanman.chr.
PR: 45803 Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'security/john')
-rw-r--r--security/john/Makefile2
-rw-r--r--security/john/pkg-plist3
2 files changed, 4 insertions, 1 deletions
diff --git a/security/john/Makefile b/security/john/Makefile
index 5542dc6..4cc2cfd 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -44,6 +44,7 @@ do-configure:
@${SED} -e "s:~/all.chr:${PREFIX}/share/john/all.chr:" \
-e "s:~/alpha.chr:${PREFIX}/share/john/alpha.chr:" \
-e "s:~/digits.chr:${PREFIX}/share/john/digits.chr:" \
+ -e "s:~/lanman.chr:${PREFIX}/share/john/lanman.chr:" \
${WRKDIR}/${DISTNAME}/run/john.ini.in > ${WRKDIR}/${DISTNAME}/run/john.ini
do-install:
@@ -55,6 +56,7 @@ do-install:
${WRKDIR}/${DISTNAME}/run/all.chr \
${WRKDIR}/${DISTNAME}/run/alpha.chr \
${WRKDIR}/${DISTNAME}/run/digits.chr \
+ ${WRKDIR}/${DISTNAME}/run/lanman.chr \
${WRKDIR}/${DISTNAME}/run/password.lst \
${WRKDIR}/${DISTNAME}/run/john.ini \
${DATADIR}
diff --git a/security/john/pkg-plist b/security/john/pkg-plist
index 3ad58db..e592ecd 100644
--- a/security/john/pkg-plist
+++ b/security/john/pkg-plist
@@ -1,10 +1,11 @@
@comment $FreeBSD$
bin/john
-bin/xtract
bin/unshadow
+bin/xtract
share/john/all.chr
share/john/alpha.chr
share/john/digits.chr
+share/john/lanman.chr
share/john/john.ini
share/john/password.lst
share/doc/john/CONFIG
OpenPOWER on IntegriCloud