commit: 9f6009d9f65d933d53dcbecd22f695e784ae2fdc
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 20:53:35 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 20:55:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6009d9
sys-cluster/maui: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sys-cluster/maui/maui-3.3.1-r2.ebuild | 4 ++--
sys-cluster/maui/maui-3.3.1-r3.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-cluster/maui/maui-3.3.1-r2.ebuild
b/sys-cluster/maui/maui-3.3.1-r2.ebuild
index 95d331c38e1..f14cfeaf5d7 100644
--- a/sys-cluster/maui/maui-3.3.1-r2.ebuild
+++ b/sys-cluster/maui/maui-3.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -55,5 +55,5 @@ src_install() {
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}, obtain the file"
- einfo "${P}.tar.gz and put it in ${DISTDIR}"
+ einfo "${P}.tar.gz and put it in your DISTDIR directory."
}
diff --git a/sys-cluster/maui/maui-3.3.1-r3.ebuild
b/sys-cluster/maui/maui-3.3.1-r3.ebuild
index a21bb11735c..8f5c03da2d5 100644
--- a/sys-cluster/maui/maui-3.3.1-r3.ebuild
+++ b/sys-cluster/maui/maui-3.3.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -57,5 +57,5 @@ src_install() {
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}, obtain the file"
- einfo "${P}.tar.gz and put it in ${DISTDIR}"
+ einfo "${P}.tar.gz and put it in your DISTDIR directory."
}