commit:     3bec9162671a4744fe97504fb125ee89df4ca2dc
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 14:01:27 2018 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 14:31:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bec9162

games-fps/doom3-cdoom: 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-cdoom/doom3-cdoom-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild 
b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild
index 41cce5766df..1770900b069 100644
--- a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild
+++ b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.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
@@ -21,7 +21,7 @@ RESTRICT="fetch bindist"
 pkg_nofetch() {
        elog "Please download ${SRC_URI} from:"
        elog "http://www.filefront.com/8748743";
-       elog "and move it to ${DISTDIR}"
+       elog "and move it to your DISTDIR directory."
 }
 
 src_prepare() {

Reply via email to