From: Ben Kohler Date: Tue, 5 Feb 2019 18:44:50 +0000 (-0600) Subject: sci-misc/cdfplayer: don't reference ${DISTDIR} in pkg_nofetch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=187304ea84044e09c47399fb1c7a400efd94ee16;p=gentoo.git sci-misc/cdfplayer: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler --- diff --git a/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild b/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild index c449fbfa4514..f31ff177a77a 100644 --- a/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild +++ b/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -77,5 +77,5 @@ src_install() { pkg_nofetch() { einfo "Sadly Wolfram provides no permanent link to the player files." einfo "Please download the Wolfram CFD Player installation file ${SRC_URI} from" - einfo "${HOMEPAGE} and place it in ${DISTDIR}" + einfo "${HOMEPAGE} and place it into your DISTDIR directory." } diff --git a/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild b/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild index 48a91ccdd74d..c51894cb359b 100644 --- a/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild +++ b/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -90,5 +90,5 @@ src_install() { pkg_nofetch() { einfo "Sadly Wolfram provides no permanent link to the player files." einfo "Please download the Wolfram CFD Player installation file ${SRC_URI} from" - einfo "${HOMEPAGE} and place it in ${DISTDIR}" + einfo "${HOMEPAGE} and place it into your DISTDIR directory." }