diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:36:34 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:36:34 +0000 |
commit | 3b9f44339695e6984d47c2c19565d735237f8856 (patch) | |
tree | d553d77e6b8560f66e21080a6ac33fc08598351f /dev-util/bcpp/bcpp-20030423.ebuild | |
parent | sync IUSE (+nls), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-3b9f44339695e6984d47c2c19565d735237f8856.tar.gz historical-3b9f44339695e6984d47c2c19565d735237f8856.tar.bz2 historical-3b9f44339695e6984d47c2c19565d735237f8856.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util/bcpp/bcpp-20030423.ebuild')
-rw-r--r-- | dev-util/bcpp/bcpp-20030423.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/bcpp/bcpp-20030423.ebuild b/dev-util/bcpp/bcpp-20030423.ebuild index 7e1c04ddaf01..242fd2673a1f 100644 --- a/dev-util/bcpp/bcpp-20030423.ebuild +++ b/dev-util/bcpp/bcpp-20030423.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-util/bcpp/bcpp-20030423.ebuild,v 1.4 2004/06/25 02:20:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/bcpp-20030423.ebuild,v 1.5 2004/07/14 22:35:50 agriffis Exp $ DESCRIPTION="Indents C/C++ source code" HOMEPAGE="http://invisible-island.net/bcpp/" @@ -11,7 +11,6 @@ KEYWORDS="x86" IUSE="" DEPEND="" RDEPEND="" -S=${WORKDIR}/${P} src_install() { #einstall || die |