summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-04-22 08:44:37 +0200
committerFabian Groffen <grobian@gentoo.org>2020-04-22 08:44:56 +0200
commit9cc89f1e3455e3464587fdca974e8223404ba80e (patch)
tree5e38263b65300ea2345983b95dd5738334877f7f /app-text
parentdev-ruby/xpath: keyworded 3.2.0 for sparc (diff)
downloadgentoo-9cc89f1e3455e3464587fdca974e8223404ba80e.tar.gz
gentoo-9cc89f1e3455e3464587fdca974e8223404ba80e.tar.bz2
gentoo-9cc89f1e3455e3464587fdca974e8223404ba80e.zip
app-text/html2text: update live ebuild
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/html2text/html2text-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-text/html2text/html2text-9999.ebuild b/app-text/html2text/html2text-9999.ebuild
index 3093b0ab8ec4..ac89e86640b3 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
}