summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/mercator/mercator-0.3.3.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-games/mercator/mercator-0.3.3.ebuild b/dev-games/mercator/mercator-0.3.3.ebuild
index 3a4046872aca..c8b6495f80d9 100644
--- a/dev-games/mercator/mercator-0.3.3.ebuild
+++ b/dev-games/mercator/mercator-0.3.3.ebuild
@@ -7,8 +7,8 @@ DESCRIPTION="WorldForge library primarily aimed at terrain"
HOMEPAGE="https://www.worldforge.org/index.php/components/mercator/"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc"
@@ -26,11 +26,7 @@ src_compile() {
src_install() {
default
-
- if use doc ; then
- docinto html
- dodoc -r doc/html/*
- fi
+ use doc && dodoc -r doc/html
find "${ED}" -name '*.la' -delete || die
}