sys-block/lsiutil: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Mon, 4 Feb 2019 22:59:38 +0000 (16:59 -0600)
committerBen Kohler <bkohler@gentoo.org>
Mon, 4 Feb 2019 22:59:38 +0000 (16:59 -0600)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
sys-block/lsiutil/lsiutil-1.62-r1.ebuild

index 808c32416d95794b27240c066f9e76820da07f96..143ae1b0c3fed4b3158038d8f62d748170cab860 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -26,7 +26,7 @@ S="${WORKDIR}"
 pkg_nofetch() {
        einfo "Upstream has implemented a mandatory clickthrough EULA for distfile download"
        einfo "Please visit $SRC_URI"
-       einfo "And place $A in ${DISTDIR}"
+       einfo "And place $A into your DISTDIR directory"
 }
 
 src_install() {