From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CA1FC1388BF for ; Fri, 19 Feb 2016 15:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7374921C045; Fri, 19 Feb 2016 15:33:30 +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 2144A21C045 for ; Fri, 19 Feb 2016 15:33:30 +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 E2F4B340AE4 for ; Fri, 19 Feb 2016 15:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80CED8F5 for ; Fri, 19 Feb 2016 15:33:26 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1455895966.ecdaf95457f19a29342df4d2f961f76a0ae0692e.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/httrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/httrack/httrack-3.48.21-r2.ebuild X-VCS-Directories: www-client/httrack/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: ecdaf95457f19a29342df4d2f961f76a0ae0692e X-VCS-Branch: master Date: Fri, 19 Feb 2016 15:33:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00498ed3-f40d-4d49-b5b0-086eee37490e X-Archives-Hash: 797d04effd8e746f2b76b703c142659e commit: ecdaf95457f19a29342df4d2f961f76a0ae0692e Author: Fabian Groffen gentoo org> AuthorDate: Fri Feb 19 15:32:46 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Feb 19 15:32:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdaf954 www-client/httrack: fix for Prefix by * in bug #574940 Package-Manager: portage-2.2.20-prefix www-client/httrack/httrack-3.48.21-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/httrack/httrack-3.48.21-r2.ebuild b/www-client/httrack/httrack-3.48.21-r2.ebuild index 0a53cb8..d3375e5 100644 --- a/www-client/httrack/httrack-3.48.21-r2.ebuild +++ b/www-client/httrack/httrack-3.48.21-r2.ebuild @@ -29,8 +29,8 @@ src_prepare() { src_configure() { econf $(use_enable static-libs static) \ - --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html + --docdir=${EPREFIX}/usr/share/doc/${PF} \ + --htmldir=${EPREFIX}/usr/share/doc/${PF}/html } src_install() {