aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/frama-c-pdg/frama-c-pdg-25.0.ebuild')
-rw-r--r--sci-mathematics/frama-c-pdg/frama-c-pdg-25.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/frama-c-pdg/frama-c-pdg-25.0.ebuild b/sci-mathematics/frama-c-pdg/frama-c-pdg-25.0.ebuild
index 78677ebdf9..78c0795ed4 100644
--- a/sci-mathematics/frama-c-pdg/frama-c-pdg-25.0.ebuild
+++ b/sci-mathematics/frama-c-pdg/frama-c-pdg-25.0.ebuild
@@ -10,6 +10,8 @@ HOMEPAGE="https://frama-c.com"
NAME="Manganese"
SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz"
+S="${WORKDIR}/frama-c-${PV}-${NAME}"
+
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
@@ -22,8 +24,6 @@ RDEPEND="~sci-mathematics/frama-c-${PV}:=[ocamlopt?]
~sci-mathematics/frama-c-from-${PV}:=[ocamlopt?]"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/frama-c-${PV}-${NAME}"
-
src_prepare() {
mv configure.in configure.ac || die
sed -i 's/configure\.in/configure.ac/g' Makefile.generating Makefile || die