From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB24D1382DE for ; Sun, 3 Jul 2016 00:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3CD8E0B57; Sun, 3 Jul 2016 00:13:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CB92E0B57 for ; Sun, 3 Jul 2016 00:13:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0604C340C76 for ; Sun, 3 Jul 2016 00:13:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 603022424 for ; Sun, 3 Jul 2016 00:13:28 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1467504757.85a60d71e62bfe19c7dede195eedac7c901ef0f2.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/xmltoman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/xmltoman/xmltoman-0.4.ebuild X-VCS-Directories: app-doc/xmltoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 85a60d71e62bfe19c7dede195eedac7c901ef0f2 X-VCS-Branch: master Date: Sun, 3 Jul 2016 00:13:28 +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: d4a398e1-3762-44b6-91f8-0dc950744003 X-Archives-Hash: 91d62429ccbb27947e296373633fff68 commit: 85a60d71e62bfe19c7dede195eedac7c901ef0f2 Author: Zac Medico gentoo org> AuthorDate: Sun Jul 3 00:12:37 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Jul 3 00:12:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a60d71 app-doc/xmltoman: add ${EPREFIX} to emake PREFIX Package-Manager: portage-2.3.0 app-doc/xmltoman/xmltoman-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/xmltoman/xmltoman-0.4.ebuild b/app-doc/xmltoman/xmltoman-0.4.ebuild index a04aa41..3368666 100644 --- a/app-doc/xmltoman/xmltoman-0.4.ebuild +++ b/app-doc/xmltoman/xmltoman-0.4.ebuild @@ -18,7 +18,7 @@ RDEPEND="dev-lang/perl DEPEND="${RDEPEND}" src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install dodoc README doman xmltoman.1 xmlmantohtml.1 }