diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 04:46:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 04:46:40 +0000 |
commit | 36d9b82712807184113955080b848cfecbec3cab (patch) | |
tree | 60a84ebba1e50116d45d7e85a3f11c79e078554f /dev-games/wfmath | |
parent | tidy (diff) | |
download | gentoo-2-36d9b82712807184113955080b848cfecbec3cab.tar.gz gentoo-2-36d9b82712807184113955080b848cfecbec3cab.tar.bz2 gentoo-2-36d9b82712807184113955080b848cfecbec3cab.zip |
tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-games/wfmath')
-rw-r--r-- | dev-games/wfmath/wfmath-0.3.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-games/wfmath/wfmath-0.3.9.ebuild b/dev-games/wfmath/wfmath-0.3.9.ebuild index c45e395e06ed..766f5ab38543 100644 --- a/dev-games/wfmath/wfmath-0.3.9.ebuild +++ b/dev-games/wfmath/wfmath-0.3.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild,v 1.1 2009/06/05 12:49:29 tupone Exp $ -EAPI=2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild,v 1.2 2009/10/14 04:46:40 mr_bones_ Exp $ +EAPI=2 DESCRIPTION="Worldforge math library" HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/wfmath" SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2" @@ -19,7 +19,7 @@ DEPEND="doc? ( app-doc/doxygen ) src_compile() { emake || die "emake failed" if use doc; then - cd doc && emake doc || die "emake doc failed" + emake -C doc doc || die "emake doc failed" fi } |