diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:20:34 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:20:34 -0600 |
commit | f54445a88fd55eff2e90def7abc09a4364e3484a (patch) | |
tree | ad302bc474536ff82de10846b338d9e4f36c8dc5 /mail-client | |
parent | app-admin/ps_mem: 3.13 stable (diff) | |
download | gentoo-f54445a88fd55eff2e90def7abc09a4364e3484a.tar.gz gentoo-f54445a88fd55eff2e90def7abc09a4364e3484a.tar.bz2 gentoo-f54445a88fd55eff2e90def7abc09a4364e3484a.zip |
mail-client/novell-groupwise-client: don't reference ${DISTDIR}
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild index 4bc65dc713d5..5248da6119d0 100644 --- a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild +++ b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild @@ -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 @@ -78,7 +78,7 @@ src_install() { pkg_nofetch() { einfo "You can obtain an evaluation version of the Groupwise client at" einfo "${HOMEPAGE} - please download ${SRC_URI}" - einfo "and place it in ${DISTDIR}. Alternatively request the file" - einfo "from the Groupwise server provider of your organization." + einfo "and place it into your DISTDIR directory. Alternatively request" + einfo "the file from the Groupwise server provider of your organization." einfo "Note that the client is useless without a server account." } |