diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:28:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:28:14 +0000 |
commit | 5e685f7a194d05fba17bb7e6ebcec64f98212e4b (patch) | |
tree | d80f6c1ed68c87d4a3dba70710578d6838787829 /net-libs/iax/iax-0.2.2.ebuild | |
parent | Security bump (bug #342847). (diff) | |
download | historical-5e685f7a194d05fba17bb7e6ebcec64f98212e4b.tar.gz historical-5e685f7a194d05fba17bb7e6ebcec64f98212e4b.tar.bz2 historical-5e685f7a194d05fba17bb7e6ebcec64f98212e4b.zip |
quoting, unnecessary license install
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'net-libs/iax/iax-0.2.2.ebuild')
-rw-r--r-- | net-libs/iax/iax-0.2.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild index 616c4b5863f0..04c8bf235c82 100644 --- a/net-libs/iax/iax-0.2.2.ebuild +++ b/net-libs/iax/iax-0.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.8 2009/09/23 18:47:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.9 2010/10/28 14:28:14 ssuominen Exp $ IUSE="" @@ -25,6 +25,6 @@ src_compile() { } src_install () { - make prefix=${D}/${D_PREFIX} install - dodoc NEWS COPYING AUTHORS README + make prefix="${D}"/${D_PREFIX} install + dodoc NEWS AUTHORS README } |