summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-02-04 17:01:27 -0600
committerBen Kohler <bkohler@gentoo.org>2019-02-04 17:01:27 -0600
commit820155e91926ad256f232559da15eb507ec161c7 (patch)
treeee39da8b733cf8c6826dd1db1fd71ab5378d4d1c /sys-block/tw_cli
parentsys-block/sas3ircu: don't reference ${DISTDIR} in pkg_nofetch (diff)
downloadgentoo-820155e91926ad256f232559da15eb507ec161c7.tar.gz
gentoo-820155e91926ad256f232559da15eb507ec161c7.tar.bz2
gentoo-820155e91926ad256f232559da15eb507ec161c7.zip
sys-block/tw_cli: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-block/tw_cli')
-rw-r--r--sys-block/tw_cli/tw_cli-10.2.2.1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-block/tw_cli/tw_cli-10.2.2.1.ebuild b/sys-block/tw_cli/tw_cli-10.2.2.1.ebuild
index 85ea0c505585..14ff98075ef0 100644
--- a/sys-block/tw_cli/tw_cli-10.2.2.1.ebuild
+++ b/sys-block/tw_cli/tw_cli-10.2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -65,10 +65,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() {