commit: d3482c866867d19acde1ba8666b2bd68da871a78
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 14:12:53 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 14:31:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3482c86
games-fps/doom3-lms: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
games-fps/doom3-lms/doom3-lms-4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-fps/doom3-lms/doom3-lms-4.ebuild
b/games-fps/doom3-lms/doom3-lms-4.ebuild
index c931cd3f1b9..1d6743cf7e2 100644
--- a/games-fps/doom3-lms/doom3-lms-4.ebuild
+++ b/games-fps/doom3-lms/doom3-lms-4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 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.moddb.com/mods/last-man-standing-coop/downloads"
- elog "and move it to ${DISTDIR}"
+ elog "and move it to your DISTDIR directory."
}
src_prepare() {