aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/freeon/ChangeLog3
-rw-r--r--sci-chemistry/freeon/freeon-9999.ebuild6
2 files changed, 9 insertions, 0 deletions
diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index baea8180a..5860bfe0a 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Dec 2014; Nicolas Bock <nicolasbock@gentoo.org> freeon-9999.ebuild:
+ sci-chemistry/freeon-9999: Add proper prefix flags to configure.
+
19 Dec 2014; Nicolas Bock <nicolasbock@gentoo.org> freeon-9999.ebuild:
sci-chemistry/freeon-9999: Move files.
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 70ea9e828..28e6d1788 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -36,6 +36,12 @@ src_configure() {
local myeconfargs=(
"--enable-git-tag"
"--prefix=/opt/freeon"
+ "--mandir=/opt/freeon/share/man"
+ "--infodir=/opt/freeon/share/info"
+ "--datadir=/opt/freeon/share"
+ "--sysconfdir=/opt/freeon/etc"
+ "--libdir=/opt/freeon/lib64"
+ "--docdir=/opt/freeon/share/doc"
)
autotools-utils_src_configure
}