From d872182a7930f9772e7005d1cba79085f1c91d4b Mon Sep 17 00:00:00 2001 From: anders Date: Sat, 4 Jan 2003 22:34:19 +0000 Subject: Install lanman.chr. PR: 45803 Submitted by: Ulrich Spoerlein --- security/john/Makefile | 2 ++ security/john/pkg-plist | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'security/john') diff --git a/security/john/Makefile b/security/john/Makefile index 5542dc6832b..4cc2cfd36a5 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 3ad58db46eb..e592ecd9a7c 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 -- cgit