summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/chocolate-doom/chocolate-doom-1.2.1.ebuild')
-rw-r--r--games-fps/chocolate-doom/chocolate-doom-1.2.1.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/games-fps/chocolate-doom/chocolate-doom-1.2.1.ebuild b/games-fps/chocolate-doom/chocolate-doom-1.2.1.ebuild
index 76a5a0a97..fac6d89f9 100644
--- a/games-fps/chocolate-doom/chocolate-doom-1.2.1.ebuild
+++ b/games-fps/chocolate-doom/chocolate-doom-1.2.1.ebuild
@@ -35,7 +35,6 @@ src_unpack() {
}
src_compile() {
-
egamesconf \
--disable-sdltest \
--disable-dependency-tracking \
@@ -67,10 +66,10 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- echo
- elog "To play the original Doom levels, place doom.wad and/or doom2.wad"
- elog "into "${GAMES_DATADIR}"/doom-data, then run: ${PN}"
- elog
- elog "To configure game options run: chocolate-setup"
- echo
+ einfo
+ einfo "To play the original Doom levels, place doom.wad and/or doom2.wad"
+ einfo "into "${GAMES_DATADIR}"/doom-data, then run: ${PN}"
+ einfo
+ einfo "To configure game options run: chocolate-setup"
+ einfo
}