projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da78c8d
)
app-text/html2text-9999: adapt ebuild for latest git state
author
Fabian Groffen
<grobian@gentoo.org>
Mon, 4 May 2020 09:21:59 +0000
(11:21 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Mon, 4 May 2020 18:17:03 +0000
(20:17 +0200)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
app-text/html2text/html2text-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-text/html2text/html2text-9999.ebuild
b/app-text/html2text/html2text-9999.ebuild
index ac89e86640b34cb30d5d7412ee94a35d183157c9..1e7099098c7f783dac8339de434ca5e6d1c2c13d 100644
(file)
--- 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
}