diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:35:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:35:06 +0000 |
commit | a7f952dc2651134533e6475a8f736e854d242d51 (patch) | |
tree | 297ff040bd9ee8c317b4da2f0e98e9f5b690ef68 /app-misc/fixdos | |
parent | QA - fix use invocation (diff) | |
download | gentoo-2-a7f952dc2651134533e6475a8f736e854d242d51.tar.gz gentoo-2-a7f952dc2651134533e6475a8f736e854d242d51.tar.bz2 gentoo-2-a7f952dc2651134533e6475a8f736e854d242d51.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/fixdos')
-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 } |