commit: bdfd0079366390396bb4b93dd36e044b51de1b57
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 20 16:57:39 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Dec 20 17:05:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfd0079
dev-java/jvmstat: 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/jvmstat/jvmstat-3.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-java/jvmstat/jvmstat-3.0.ebuild
b/dev-java/jvmstat/jvmstat-3.0.ebuild
index ebac4a87c59..2d11cc6a946 100644
--- a/dev-java/jvmstat/jvmstat-3.0.ebuild
+++ b/dev-java/jvmstat/jvmstat-3.0.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
@@ -28,8 +28,8 @@ pkg_nofetch() {
einfo "Please go to following URL:"
einfo " ${HOMEPAGE}"
- einfo "download file named ${SRC_URI} and place it in:"
- einfo " ${DISTDIR}"
+ einfo "download file named ${SRC_URI} and place it into"
+ einfo " your DISTDIR directory."
}