From 187304ea84044e09c47399fb1c7a400efd94ee16 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 5 Feb 2019 12:44:50 -0600 Subject: [PATCH] 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 --- sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild | 4 ++-- sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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." } -- 2.26.2