sys-block/tw_cli: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 20:51:50 +0000 (14:51 -0600)
committerBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 20:55:57 +0000 (14:55 -0600)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
sys-block/tw_cli/tw_cli-10.2.2.1-r1.ebuild

index 2f8be821fbbf84b230e92b5a507ad8b7bb3cd561..b12d697f06f108a097cdc7660eb92da2d6851eeb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -71,10 +71,9 @@ S=${WORKDIR}
 # If you want to fetch it yourself (not from the mirrors), there is an IP-based
 # clickthrough to accept the EULA.
 pkg_nofetch() {
-       einfo "Upstream has implement a mandatory clickthrough EULA for distfile download"
-       einfo "Please visit $SRC_URI in your browser. The clickthrough is IP-based,"
-       einfo "so no wget is possible."
-       einfo "And place $A in ${DISTDIR}"
+       einfo "Upstream has implemented a mandatory clickthrough EULA for distfile download"
+       einfo "Please visit ${SRC_URI}"
+       einfo "And place ${A} into your DISTDIR directory."
 }
 
 src_install() {