diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:13:24 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:13:24 -0600 |
commit | 114b6c82b4d4f63afd46221902b096b15c050412 (patch) | |
tree | 09287cc85225500e3690d16fa0f8a4655c4a76dd /games-action | |
parent | dev-java/sun-jmx: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-114b6c82b4d4f63afd46221902b096b15c050412.tar.gz gentoo-114b6c82b4d4f63afd46221902b096b15c050412.tar.bz2 gentoo-114b6c82b4d4f63afd46221902b096b15c050412.zip |
games-action/beathazardultra: 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-action')
-rw-r--r-- | games-action/beathazardultra/beathazardultra-20130308-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/beathazardultra/beathazardultra-20130308-r1.ebuild b/games-action/beathazardultra/beathazardultra-20130308-r1.ebuild index dbfa798f384d..189a4401c485 100644 --- a/games-action/beathazardultra/beathazardultra-20130308-r1.ebuild +++ b/games-action/beathazardultra/beathazardultra-20130308-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname) @@ -50,7 +50,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 } |