commit: fcf10095d39887dae6bec68f2291adcce19ce014
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 20 17:05:01 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Dec 20 17:05:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf10095
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 <bkohler <AT> gentoo.org>
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 12307dbd477..701e392e473 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
}