app-text/html2text: update live ebuild
authorFabian Groffen <grobian@gentoo.org>
Wed, 22 Apr 2020 06:44:37 +0000 (08:44 +0200)
committerFabian Groffen <grobian@gentoo.org>
Wed, 22 Apr 2020 06:44:56 +0000 (08:44 +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

index 3093b0ab8ec4e6ed742f408b40a9a224136c724c..ac89e86640b34cb30d5d7412ee94a35d183157c9 100644 (file)
@@ -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
 }