From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-758524-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id AF96A1389E2
	for <garchives@archives.gentoo.org>; Mon, 22 Dec 2014 22:26:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 343D7E091B;
	Mon, 22 Dec 2014 22:26:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C6BC0E091B
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Dec 2014 22:26:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0A59B34055E
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Dec 2014 22:26:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A7798D269
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Dec 2014 22:26:46 +0000 (UTC)
From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" <nicolasbock@gentoo.org>
Message-ID: <1419287185.29f7cc4fc65800e2a75181e13e5dfc110c7ea185.nicolasbock@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-chemistry/freeon/ChangeLog sci-chemistry/freeon/freeon-9999.ebuild
X-VCS-Directories: sci-chemistry/freeon/
X-VCS-Committer: nicolasbock
X-VCS-Committer-Name: Nicolas Bock
X-VCS-Revision: 29f7cc4fc65800e2a75181e13e5dfc110c7ea185
X-VCS-Branch: master
Date: Mon, 22 Dec 2014 22:26:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2db630dd-59c5-47ec-89de-151a7b6f66a7
X-Archives-Hash: ba7ba9b8a5c54ec1eda314100c30f177

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 <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 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
 }