From 0422bbdab028a7bf9cfebb995e1529fa16765ce8 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 18 Dec 2018 15:23:59 -0600 Subject: sys-block/megamgr: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler --- sys-block/megamgr/megamgr-5.20-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-block') diff --git a/sys-block/megamgr/megamgr-5.20-r2.ebuild b/sys-block/megamgr/megamgr-5.20-r2.ebuild index 1ebc56400d12..7688cadd9b6c 100644 --- a/sys-block/megamgr/megamgr-5.20-r2.ebuild +++ b/sys-block/megamgr/megamgr-5.20-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ QA_PRESTRIPPED="/opt/bin/megamgr" pkg_nofetch() { einfo "Upstream has implement a mandatory clickthrough EULA for distfile download" einfo "Please visit ${SRC_URI}" - einfo "And place ${A} in ${DISTDIR}" + einfo "And place ${A} in your DISTDIR directory" } src_install() { -- cgit v1.2.3-65-gdbad