diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
commit | ed34e375961396c31c32ea54685059966d51665e (patch) | |
tree | 318409b3268d5b5cf241ef4ccc6ea1c977e22b7c /app-misc/fixdos/fixdos-1.3.1.ebuild | |
parent | QA - fix use invocation (diff) | |
download | historical-ed34e375961396c31c32ea54685059966d51665e.tar.gz historical-ed34e375961396c31c32ea54685059966d51665e.tar.bz2 historical-ed34e375961396c31c32ea54685059966d51665e.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/fixdos/fixdos-1.3.1.ebuild')
-rw-r--r-- | app-misc/fixdos/fixdos-1.3.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/fixdos/fixdos-1.3.1.ebuild b/app-misc/fixdos/fixdos-1.3.1.ebuild index d4467b6e77b0..e72b64e33805 100644 --- a/app-misc/fixdos/fixdos-1.3.1.ebuild +++ b/app-misc/fixdos/fixdos-1.3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.10 2004/06/24 22:11:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.11 2004/06/28 03:35:06 vapier Exp $ inherit eutils -DESCRIPTION="Set of utilities such as crlf which converts files between UNIX and DOS newlines." +DESCRIPTION="Set of utilities such as crlf which converts files between UNIX and DOS newlines" HOMEPAGE="http://e.co.za/marius/" SRC_URI="http://e.co.za/marius/downloads/misc/fixDos-${PV}.tar.gz" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/fixDos-${PV} @@ -30,6 +30,6 @@ src_compile() { emake || die } -src_install () { +src_install() { make INSTALLDIR=${D}/usr/bin install || die } |