summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-02-05 12:44:50 -0600
committerBen Kohler <bkohler@gentoo.org>2019-02-05 12:45:12 -0600
commit187304ea84044e09c47399fb1c7a400efd94ee16 (patch)
tree521b56c20a0ecf8c3b30e762cac6c99dfc2861a6
parentsci-libs/rosetta-fragments: don't reference ${DISTDIR} in pkg_nofetch (diff)
downloadgentoo-187304ea84044e09c47399fb1c7a400efd94ee16.tar.gz
gentoo-187304ea84044e09c47399fb1c7a400efd94ee16.tar.bz2
gentoo-187304ea84044e09c47399fb1c7a400efd94ee16.zip
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 <bkohler@gentoo.org>
-rw-r--r--sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild4
-rw-r--r--sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild4
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."
}