commit:     9cc89f1e3455e3464587fdca974e8223404ba80e
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 06:44:37 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 06:44:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc89f1e

app-text/html2text: update live ebuild

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/html2text/html2text-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-text/html2text/html2text-9999.ebuild 
b/app-text/html2text/html2text-9999.ebuild
index 3093b0ab8ec..ac89e86640b 100644
--- a/app-text/html2text/html2text-9999.ebuild
+++ b/app-text/html2text/html2text-9999.ebuild
@@ -25,11 +25,9 @@ src_prepare() {
 }
 
 src_compile() {
-       emake LDFLAGS="${LDFLAGS}" DEBUG="${CXXFLAGS}"
+       emake LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}"
 }
 
 src_install() {
-       dobin html2text
-       doman html2text.1 html2textrc.5
-       dodoc CHANGES CREDITS KNOWN_BUGS TODO
+       emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
 }

Reply via email to