diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:22:10 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:15 -0600 |
commit | fe0c4c27d97e2f72d8ac5860ce09c8542bdd3847 (patch) | |
tree | 0987aadf37a1ef723fe63270d96798d7eddb4438 /games-puzzle/nightsky | |
parent | games-misc/papers-please: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-fe0c4c27d97e2f72d8ac5860ce09c8542bdd3847.tar.gz gentoo-fe0c4c27d97e2f72d8ac5860ce09c8542bdd3847.tar.bz2 gentoo-fe0c4c27d97e2f72d8ac5860ce09c8542bdd3847.zip |
games-puzzle/nightsky: 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/nightsky')
-rw-r--r-- | games-puzzle/nightsky/nightsky-20111222.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/nightsky/nightsky-20111222.ebuild b/games-puzzle/nightsky/nightsky-20111222.ebuild index aebfa6393e06..d4876d52ef43 100644 --- a/games-puzzle/nightsky/nightsky-20111222.ebuild +++ b/games-puzzle/nightsky/nightsky-20111222.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 EAPI=5 @@ -41,7 +41,7 @@ S=${WORKDIR}/NightSky 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." } src_prepare() { |