From fcf10095d39887dae6bec68f2291adcce19ce014 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Thu, 20 Dec 2018 11:05:01 -0600 Subject: dev-java/sun-jmx: 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-jmx/sun-jmx-1.2.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild b/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild index 12307dbd4772..701e392e4734 100644 --- a/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild +++ b/dev-java/sun-jmx/sun-jmx-1.2.1-r3.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=4 @@ -35,7 +35,7 @@ pkg_nofetch() { einfo einfo " 1. Visit ${DOWNLOADSITE} and follow instructions" einfo " 2. Download ${SRC_URI}" - einfo " 3. Move file to ${DISTDIR}" + einfo " 3. Move file to your DISTDIR directory" einfo " 4. Run emerge on this package again to complete" einfo } -- cgit v1.2.3-65-gdbad