diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:25:37 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:19 -0600 |
commit | 9c0b36c744e83bb4680a1b2cc89f5832a50e9af3 (patch) | |
tree | 094c51e531d4706efb194d278e4a1bc749cb6947 /games-rpg | |
parent | games-rpg/bastion: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-9c0b36c744e83bb4680a1b2cc89f5832a50e9af3.tar.gz gentoo-9c0b36c744e83bb4680a1b2cc89f5832a50e9af3.tar.bz2 gentoo-9c0b36c744e83bb4680a1b2cc89f5832a50e9af3.zip |
games-rpg/dear-esther: 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-rpg')
-rw-r--r-- | games-rpg/dear-esther/dear-esther-20130608.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/dear-esther/dear-esther-20130608.ebuild b/games-rpg/dear-esther/dear-esther-20130608.ebuild index a7d2c696ccff..9786f2de6ba9 100644 --- a/games-rpg/dear-esther/dear-esther-20130608.ebuild +++ b/games-rpg/dear-esther/dear-esther-20130608.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 libSDL2 @@ -34,7 +34,7 @@ S=${WORKDIR}/data 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 } |