games-puzzle/world-of-goo-demo: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Thu, 20 Dec 2018 17:20:56 +0000 (11:20 -0600)
committerBen Kohler <bkohler@gentoo.org>
Thu, 20 Dec 2018 17:20:56 +0000 (11:20 -0600)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild

index 6e16ab61c1cddc2d49293bc69ac468077e3b30a4..f9a6dd85770112232d2fa851c828e5a5c337b769 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -42,9 +42,9 @@ QA_PREBUILT="
 pkg_nofetch() {
        if [[ ${PN} == *-demo ]] ; then
                elog "To download the demo, visit http://worldofgoo.com/dl2.php?lk=demo"
-               elog "and download ${A} and place it in ${DISTDIR}"
+               elog "and download ${A} and place it into your DISTDIR directory."
        else
-               elog "Download ${A} from ${HOMEPAGE} and place it in ${DISTDIR}"
+               elog "Download ${A} from ${HOMEPAGE} and place it into your DISTDIR directory."
        fi
 }