aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/frama-c-users/frama-c-users-23.1.ebuild')
-rw-r--r--sci-mathematics/frama-c-users/frama-c-users-23.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/frama-c-users/frama-c-users-23.1.ebuild b/sci-mathematics/frama-c-users/frama-c-users-23.1.ebuild
index d44b8f576..8f3e9dacb 100644
--- a/sci-mathematics/frama-c-users/frama-c-users-23.1.ebuild
+++ b/sci-mathematics/frama-c-users/frama-c-users-23.1.ebuild
@@ -10,6 +10,8 @@ HOMEPAGE="https://frama-c.com"
NAME="Vanadium"
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"
@@ -21,8 +23,6 @@ RDEPEND="~sci-mathematics/frama-c-${PV}:=[ocamlopt?]
~sci-mathematics/frama-c-eva-${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