diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-22 18:52:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-22 18:52:32 +0000 |
commit | e0d27363fc17c2ef02c756d92d93d28f79ead46b (patch) | |
tree | 5cbe6965182e12ab196f0e5f516c88bf4855a62e /dev-games/libnw | |
parent | quoting (diff) | |
download | gentoo-2-e0d27363fc17c2ef02c756d92d93d28f79ead46b.tar.gz gentoo-2-e0d27363fc17c2ef02c756d92d93d28f79ead46b.tar.bz2 gentoo-2-e0d27363fc17c2ef02c756d92d93d28f79ead46b.zip |
quoting
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-games/libnw')
-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 d7fec4fab77b..a3c9fce200a1 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-2005 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.8 2005/09/30 18:40:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.01.ebuild,v 1.9 2009/09/22 18:52:32 mr_bones_ Exp $ DESCRIPTION="Tools and libraries for NWN file manipulation" HOMEPAGE="http://openknights.sourceforge.net/" @@ -16,6 +16,6 @@ DEPEND="sys-devel/bison RDEPEND="" src_install() { - make DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README README.License-Torlack README.tech TODO } |