commit: 77ad3f76bd3ed1afbda3b1ad8f7ab41235cc972c
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 13:24:44 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 13:25:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ad3f76
net-misc/icaclient: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild | 2 +-
net-misc/icaclient/icaclient-19.1.0.9.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild
b/net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild
index bf40a7fc05d..e74facfe0cc 100644
--- a/net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild
+++ b/net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild
@@ -64,7 +64,7 @@ DEPEND=""
pkg_nofetch() {
elog "Download the client file ${A} from
https://www.citrix.com/downloads/workspace-app/"
- elog "and place it in ${DISTDIR:-/usr/portage/distfiles}."
+ elog "and place it into your DISTDIR directory."
}
pkg_setup() {
diff --git a/net-misc/icaclient/icaclient-19.1.0.9.ebuild
b/net-misc/icaclient/icaclient-19.1.0.9.ebuild
index a54c5cd45c3..2d9d98b6226 100644
--- a/net-misc/icaclient/icaclient-19.1.0.9.ebuild
+++ b/net-misc/icaclient/icaclient-19.1.0.9.ebuild
@@ -64,7 +64,7 @@ DEPEND=""
pkg_nofetch() {
elog "Download the client file ${A} from
https://www.citrix.com/downloads/workspace-app/"
- elog "and place it in ${DISTDIR:-/usr/portage/distfiles}."
+ elog "and place it into your DISTDIR directory."
}
pkg_setup() {