games-fps/ut2004-hamsterbash: 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>
This commit is contained in:
Ben Kohler
2018-12-19 08:17:07 -06:00
parent bb9c47b5b9
commit ef16ad5095

View File

@@ -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"
pkg_nofetch() {
elog "Please download ${SRC_URI} from:"
elog "${HOMEPAGE}"
elog "and move it to ${DISTDIR}"
elog "and move it to your DISTDIR directory."
}
src_prepare() {