diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:08:06 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:10 -0600 |
commit | b793cb554338c6647d7a613bca54a2627dd300e5 (patch) | |
tree | b2e7035a1cde9699910a48e119c59ddd7e2feca0 /games-fps | |
parent | games-fps/doom3-hellcampaign: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-b793cb554338c6647d7a613bca54a2627dd300e5.tar.gz gentoo-b793cb554338c6647d7a613bca54a2627dd300e5.tar.bz2 gentoo-b793cb554338c6647d7a613bca54a2627dd300e5.zip |
games-fps/doom3-inhell: 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-fps')
-rw-r--r-- | games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild index bdd54df23fba..4a587f94ad2d 100644 --- a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild +++ b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ RESTRICT="fetch bindist" pkg_nofetch() { elog "Please download ${SRC_URI} from:" elog "http://www.filefront.com/4631315" - elog "and move it to ${DISTDIR}" + elog "and move it to your DISTDIR directory." } src_prepare() { |