games-rpg/to-the-moon: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Wed, 19 Dec 2018 14:28:04 +0000 (08:28 -0600)
committerBen Kohler <bkohler@gentoo.org>
Wed, 19 Dec 2018 14:31:20 +0000 (08:31 -0600)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
games-rpg/to-the-moon/to-the-moon-0.ebuild

index 7560ad283a8ceab5419fa06ad16c6ef7c2dc4da5..b55f9b6f24f4345018642b9b5d29efd448c9fa2f 100644 (file)
@@ -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
 }