From 8ee5fbbce12505726f481aa3d96261c338b28a63 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Thu, 20 Dec 2018 11:04:27 -0600 Subject: [PATCH] dev-java/sun-jms: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler --- dev-java/sun-jms/sun-jms-1.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild index 481a44dc19773..3a8512d4b2dcc 100644 --- a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild +++ b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -29,7 +29,7 @@ pkg_nofetch() { einfo " 1. Visit ${DOWNLOAD_PAGE}" einfo " 2. Accept the License Agreement" einfo " 3. Download ${At}" - einfo " 4. Move the file to ${DISTDIR}" + einfo " 4. Move the file to your DISTDIR directory" einfo }