commit: 8aa7664159967d671b425bb8f1fb00f9d1e56b9c
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 14:28:04 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 14:31:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa76641
games-rpg/to-the-moon: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
games-rpg/to-the-moon/to-the-moon-0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-rpg/to-the-moon/to-the-moon-0.ebuild
b/games-rpg/to-the-moon/to-the-moon-0.ebuild
index 7560ad283a8..b55f9b6f24f 100644
--- a/games-rpg/to-the-moon/to-the-moon-0.ebuild
+++ b/games-rpg/to-the-moon/to-the-moon-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# TODO: unbundling sdl-sound breaks the game
@@ -40,9 +40,9 @@ S=${WORKDIR}/data
pkg_nofetch() {
einfo
- einfo "Please buy & download \"${SRC_URI}\" from:"
+ einfo "Please buy & download ${SRC_URI} from:"
einfo " ${HOMEPAGE}"
- einfo "and move/link it to \"${DISTDIR}\""
+ einfo "and move/link it to your DISTDIR directory."
einfo
}