diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:07:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:07:40 +0000 |
commit | 8cc84e8491349381ebe89a6da3b81b5a7544f4bd (patch) | |
tree | 2537a3422822d22ecbfc8f078a514f10a283a71c /dev-games/libnw/libnw-1.30.01.ebuild | |
parent | new protect-CFLAGS patch. closes 55534 (Manifest recommit) (diff) | |
download | gentoo-2-8cc84e8491349381ebe89a6da3b81b5a7544f4bd.tar.gz gentoo-2-8cc84e8491349381ebe89a6da3b81b5a7544f4bd.tar.bz2 gentoo-2-8cc84e8491349381ebe89a6da3b81b5a7544f4bd.zip |
clean up things and change glibc to libc
Diffstat (limited to 'dev-games/libnw/libnw-1.30.01.ebuild')
-rw-r--r-- | dev-games/libnw/libnw-1.30.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/libnw/libnw-1.30.01.ebuild b/dev-games/libnw/libnw-1.30.01.ebuild index 08d92e17efc8..e0389ac501ee 100644 --- a/dev-games/libnw/libnw-1.30.01.ebuild +++ b/dev-games/libnw/libnw-1.30.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.01.ebuild,v 1.5 2004/06/24 22:13:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.01.ebuild,v 1.6 2004/06/29 15:06:08 vapier Exp $ DESCRIPTION="Tools and libraries for NWN file manipulation" HOMEPAGE="http://openknights.sourceforge.net/" @@ -17,5 +17,5 @@ RDEPEND="" src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README README.License-Torlack README.tech TODO + dodoc AUTHORS ChangeLog INSTALL NEWS README README.License-Torlack README.tech TODO } |