diff options
author | 2003-02-13 05:46:09 +0000 | |
---|---|---|
committer | 2003-02-13 05:46:09 +0000 | |
commit | fe88d468896bca721001b11c8f30217d8a1f5ae5 (patch) | |
tree | 0b514500f1fc6d51fbc3806c1f3e1aff98c48b5a /app-crypt/johntheripper | |
parent | again small fix (diff) | |
download | historical-fe88d468896bca721001b11c8f30217d8a1f5ae5.tar.gz historical-fe88d468896bca721001b11c8f30217d8a1f5ae5.tar.bz2 historical-fe88d468896bca721001b11c8f30217d8a1f5ae5.zip |
more fixes
Diffstat (limited to 'app-crypt/johntheripper')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.6.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.6.ebuild b/app-crypt/johntheripper/johntheripper-1.6.ebuild index 647b02ce18dd..7cd328b360ab 100644 --- a/app-crypt/johntheripper/johntheripper-1.6.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.10 2003/02/13 05:41:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.11 2003/02/13 05:46:09 seemant Exp $ inherit eutils @@ -10,9 +10,9 @@ MY_P=${P/theripper/} S=${WORKDIR}/${MY_P} DEBPATCH=${MY_P/-/_}-17.diff DESCRIPTION="John the Ripper is a fast password cracker." -HOMEPAGE="http://www.openwall.com/${PN0}/" +HOMEPAGE="http://www.openwall.com/${PN/theripper/}/" SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz - http://ftp.debian.org/debian/pool/main/j/${PN0}/${DEBPATCH}.gz" + http://ftp.debian.org/debian/pool/main/j/${PN/theripper/}/${DEBPATCH}.gz" SLOT="0" LICENSE="GPL-2" @@ -38,10 +38,9 @@ src_compile() { } src_install() { - dodir /usr/share/${PN0} /etc insinto /etc doins run/john.ini debian/john-mail.msg debian/john-mail.conf - insinto /usr/share/${PN0} + insinto /usr/share/${PN/theripper/} doins run/{all.chr,alpha.chr,digits.chr,lanman.chr,password.lst} \ debian/john-dailyscript dodoc debian/{CONFIG.mailer,copyright} doc/* |