aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/muParser/muParser-1.25.ebuild')
-rw-r--r--dev-cpp/muParser/muParser-1.25.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-cpp/muParser/muParser-1.25.ebuild b/dev-cpp/muParser/muParser-1.25.ebuild
index 68abe4aa5..d8c2f2fb2 100644
--- a/dev-cpp/muParser/muParser-1.25.ebuild
+++ b/dev-cpp/muParser/muParser-1.25.ebuild
@@ -8,9 +8,10 @@ SLOT="0"
LICENSE="MIT"
KEYWORDS="~x86"
IUSE="doc"
-MY_PN=${PN/P/p}
+MY_PN="${PN/P/p}"
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}.tar.gz"
DEPEND="doc? ( app-doc/doxygen )"
+S="${WORKDIR}/${PN}"
src_compile() {
econf --disable-samples || die "econf failed"