diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:06:48 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:09 -0600 |
commit | 2d8203c09305291dbd0051d1fa7798c805127a09 (patch) | |
tree | c2cc2d61732fc73cd21840faf4b0246c4eeb32ca /games-fps | |
parent | games-fps/doom3-eventhorizon: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-2d8203c09305291dbd0051d1fa7798c805127a09.tar.gz gentoo-2d8203c09305291dbd0051d1fa7798c805127a09.tar.bz2 gentoo-2d8203c09305291dbd0051d1fa7798c805127a09.zip |
games-fps/doom3-hellcampaign: 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-hellcampaign/doom3-hellcampaign-1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild b/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild index 80c4babebdec..4bea747f0e58 100644 --- a/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild +++ b/games-fps/doom3-hellcampaign/doom3-hellcampaign-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 @@ -22,7 +22,7 @@ pkg_nofetch() { elog "Please download the following files:" elog "http://www.filefront.com/4445166" elog "http://www.filefront.com/4593578" - elog "and move them to ${DISTDIR}" + elog "and move them to your DISTDIR directory." } src_unpack() { |