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@gentoo.org>
This commit is contained in:
Ben Kohler
2018-12-20 10:57:39 -06:00
parent 79e2cd38b0
commit bdfd007936

View File

@@ -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."
}