From 9f6009d9f65d933d53dcbecd22f695e784ae2fdc Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 5 Feb 2019 14:53:35 -0600 Subject: [PATCH] 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 --- 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 95d331c38e1e..f14cfeaf5d75 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 a21bb11735c7..8f5c03da2d52 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." } -- 2.26.2