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/countrycodes | |
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/countrycodes')
-rw-r--r-- | app-misc/countrycodes/countrycodes-1.0.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/countrycodes/countrycodes-1.0.5.ebuild b/app-misc/countrycodes/countrycodes-1.0.5.ebuild index 2b376eb2afb2..22f1f0958edb 100644 --- a/app-misc/countrycodes/countrycodes-1.0.5.ebuild +++ b/app-misc/countrycodes/countrycodes-1.0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.5 2004/06/28 01:08:52 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.6 2004/06/28 03:30:35 vapier Exp $ -DESCRIPTION="An ISO 3166 country code finder." +DESCRIPTION="An ISO 3166 country code finder" HOMEPAGE="http://www.grigna.com/diego/linux/countrycodes/" SRC_URI="http://www.grigna.com/diego/linux/${PN}/${P}.tar.gz" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~sparc ~mips" IUSE="" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} sys-apps/sed" @@ -19,7 +19,7 @@ src_compile() { emake -C src $MAKEOPTS CCOPTS="$CFLAGS" || die "emake failed" } -src_install () { +src_install() { dodir /usr/bin /usr/share/man/man1 make \ -C src \ |