diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:16:12 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:11 -0600 |
commit | bb9c47b5b9d630678b0c39069076f527926c9241 (patch) | |
tree | d6437b7f170426f9af3c796bbc04b61a99468af2 /games-fps | |
parent | games-fps/doom3-lms: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-bb9c47b5b9d630678b0c39069076f527926c9241.tar.gz gentoo-bb9c47b5b9d630678b0c39069076f527926c9241.tar.bz2 gentoo-bb9c47b5b9d630678b0c39069076f527926c9241.zip |
games-fps/doom3-mitm: 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-mitm/doom3-mitm-20070129.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild index 7b38c2520cbd..a6654a9a80a1 100644 --- a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild +++ b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ RDEPEND="games-fps/doom3-roe pkg_nofetch() { elog "Go to http://www.gamewatcher.com/mods/doom-3-resurrection-of-evil-mod/make-it-to-morning-1-6" - elog "and download ${A} and place the file in ${DISTDIR}" + elog "and download ${A} and place the file into your DISTDIR directory." } src_unpack() { |