diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-06-02 14:26:15 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-06-02 14:26:15 +0000 |
commit | a3c8f4650042b095733b33682600221c29a2f22a (patch) | |
tree | 467d2d50c7617922193e4837b295bf8526fedfbd /app-crypt/md4sum/md4sum-0.02.03.ebuild | |
parent | Stable for HPPA (bug #223767). (diff) | |
download | gentoo-2-a3c8f4650042b095733b33682600221c29a2f22a.tar.gz gentoo-2-a3c8f4650042b095733b33682600221c29a2f22a.tar.bz2 gentoo-2-a3c8f4650042b095733b33682600221c29a2f22a.zip |
md4sum: add empty iuse
(Portage version: 2.1.5.3)
Diffstat (limited to 'app-crypt/md4sum/md4sum-0.02.03.ebuild')
-rw-r--r-- | app-crypt/md4sum/md4sum-0.02.03.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/md4sum/md4sum-0.02.03.ebuild b/app-crypt/md4sum/md4sum-0.02.03.ebuild index c36f23d05489..09ae2e1aeecb 100644 --- a/app-crypt/md4sum/md4sum-0.02.03.ebuild +++ b/app-crypt/md4sum/md4sum-0.02.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/md4sum-0.02.03.ebuild,v 1.3 2008/02/21 23:42:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/md4sum-0.02.03.ebuild,v 1.4 2008/06/02 14:26:15 hanno Exp $ DESCRIPTION="md4 and edonkey hash algorithm tool" HOMEPAGE="http://absinth.dyndns.org/linux/c/" @@ -8,6 +8,7 @@ SRC_URI="http://absinth.dyndns.org/linux/c/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="" src_compile() { econf || die "econf failed" @@ -17,7 +18,7 @@ src_compile() { } src_install() { - mkdir -p ${D}/usr/bin - mkdir -p ${D}/usr/share/man/man1 + mkdir -p "${D}/usr/bin" + mkdir -p "${D}/usr/share/man/man1" einstall || die "einstall failed" } |