summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-05-04 11:21:59 +0200
committerFabian Groffen <grobian@gentoo.org>2020-05-04 20:17:03 +0200
commitae815bf9ebd09e8330f048b1eb9bdceac247ab14 (patch)
treea08e0f19e2d760e78d9b0a97728b687a474f414e /app-text/html2text
parentprofiles: Mask =dev-db/mysql-5.7*[static] (diff)
downloadgentoo-ae815bf9ebd09e8330f048b1eb9bdceac247ab14.tar.gz
gentoo-ae815bf9ebd09e8330f048b1eb9bdceac247ab14.tar.bz2
gentoo-ae815bf9ebd09e8330f048b1eb9bdceac247ab14.zip
app-text/html2text-9999: adapt ebuild for latest git state
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/html2text')
-rw-r--r--app-text/html2text/html2text-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/html2text/html2text-9999.ebuild b/app-text/html2text/html2text-9999.ebuild
index ac89e86640b3..1e7099098c7f 100644
--- a/app-text/html2text/html2text-9999.ebuild
+++ b/app-text/html2text/html2text-9999.ebuild
@@ -29,5 +29,9 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+ emake DESTDIR="${D}" \
+ PREFIX="${EPREFIX}/usr" \
+ MANDIR="${EPREFIX}/usr/share/man" \
+ DOCDIR="${EPREFIX}/usr/share/doc/${P}" \
+ install
}