projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997e522
)
games-fps/prboom: Remove redundant install call
author
Pacho Ramos
<pacho@gentoo.org>
Tue, 1 May 2018 08:17:45 +0000
(10:17 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Tue, 1 May 2018 19:31:28 +0000
(21:31 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-fps/prboom/prboom-2.5.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/games-fps/prboom/prboom-2.5.0-r1.ebuild
b/games-fps/prboom/prboom-2.5.0-r1.ebuild
index 64e989542a2492f78b3eaa6f955ab1c69c506f19..9cb1017bc0a2cc697c79304b1fdcc0afbd6d0997 100644
(file)
--- 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
}