commit: 29f7cc4fc65800e2a75181e13e5dfc110c7ea185 Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com> AuthorDate: Mon Dec 22 22:26:25 2014 +0000 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org> CommitDate: Mon Dec 22 22:26:25 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=29f7cc4f
sci-chemistry/freeon-9999: Add proper prefix flags to configure. Package-Manager: portage-2.2.14 --- sci-chemistry/freeon/ChangeLog | 3 +++ sci-chemistry/freeon/freeon-9999.ebuild | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog index baea818..5860bfe 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 <[email protected]> freeon-9999.ebuild: + sci-chemistry/freeon-9999: Add proper prefix flags to configure. + 19 Dec 2014; Nicolas Bock <[email protected]> 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 70ea9e8..28e6d17 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 }
