diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-03-20 08:24:44 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-03-20 08:25:02 -0500 |
commit | 77ad3f76bd3ed1afbda3b1ad8f7ab41235cc972c (patch) | |
tree | c86bc8caf880242b56f3f4bc9e49ad301d22c1c0 /net-misc | |
parent | net-libs/kdav2: Disable tests depending on net access (diff) | |
download | gentoo-77ad3f76bd3ed1afbda3b1ad8f7ab41235cc972c.tar.gz gentoo-77ad3f76bd3ed1afbda3b1ad8f7ab41235cc972c.tar.bz2 gentoo-77ad3f76bd3ed1afbda3b1ad8f7ab41235cc972c.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 bf40a7fc05de..e74facfe0cc5 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 a54c5cd45c39..2d9d98b6226e 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() { |