commit: 0422bbdab028a7bf9cfebb995e1529fa16765ce8
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 21:23:59 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 21:24:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0422bbda
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 <bkohler <AT> gentoo.org>
sys-block/megamgr/megamgr-5.20-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-block/megamgr/megamgr-5.20-r2.ebuild
b/sys-block/megamgr/megamgr-5.20-r2.ebuild
index 1ebc56400d1..7688cadd9b6 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() {