diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:30:46 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:22 -0600 |
commit | 67ac0a08ecbc0a5454fd02117986c254710d40c1 (patch) | |
tree | e43354fb70b805871e0eb95433c976dc7f5b0d8c /games-puzzle | |
parent | games-rpg/wasteland2: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-67ac0a08ecbc0a5454fd02117986c254710d40c1.tar.gz gentoo-67ac0a08ecbc0a5454fd02117986c254710d40c1.tar.bz2 gentoo-67ac0a08ecbc0a5454fd02117986c254710d40c1.zip |
games-puzzle/tiny-and-big: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/tiny-and-big/tiny-and-big-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/tiny-and-big/tiny-and-big-1.4.1.ebuild b/games-puzzle/tiny-and-big/tiny-and-big-1.4.1.ebuild index aea1846bd3c1..d8b650922b2f 100644 --- a/games-puzzle/tiny-and-big/tiny-and-big-1.4.1.ebuild +++ b/games-puzzle/tiny-and-big/tiny-and-big-1.4.1.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: unbundle media-libs/cal3d, lib hacked or old version @@ -35,7 +35,7 @@ S=${WORKDIR}/tinyandbig pkg_nofetch() { einfo "Please buy & download ${SRC_URI} from:" einfo " ${HOMEPAGE}" - einfo "and move it to ${DISTDIR}" + einfo "and move it to your DISTDIR directory." einfo } |