summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 10:17:45 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:31:28 +0200
commit8cffe03eaedb474646e8a706ceda2ccf90203137 (patch)
tree3f4ecbc73dec27ac354db1824811e489bb2fb963 /games-fps
parentgames-fps/prboom: Stop using games.eclass (diff)
downloadgentoo-8cffe03eaedb474646e8a706ceda2ccf90203137.tar.gz
gentoo-8cffe03eaedb474646e8a706ceda2ccf90203137.tar.bz2
gentoo-8cffe03eaedb474646e8a706ceda2ccf90203137.zip
games-fps/prboom: Remove redundant install call
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/prboom/prboom-2.5.0-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/games-fps/prboom/prboom-2.5.0-r1.ebuild b/games-fps/prboom/prboom-2.5.0-r1.ebuild
index 64e989542a24..9cb1017bc0a2 100644
--- a/games-fps/prboom/prboom-2.5.0-r1.ebuild
+++ b/games-fps/prboom/prboom-2.5.0-r1.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}"
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
To play the original Doom levels, place doom.wad and/or doom2.wad
-into ${GAMES_DATADIR}/doom-data
+into /usr/share/doom-data
Then run ${PN} accordingly.
doom1.wad is the shareware demo wad consisting of 1 episode,
@@ -76,7 +76,6 @@ src_configure() {
src_install() {
default
- emake DESTDIR="${D}" install
doman doc/*.{5,6}
@@ -88,5 +87,5 @@ src_install() {
}
pkg_postinst() {
- readme.gentoo_print_elog
+ readme.gentoo_print_elog
}