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@gentoo.org>
This commit is contained in:
Ben Kohler
2018-12-20 11:05:01 -06:00
parent 8ee5fbbce1
commit fcf10095d3

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=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
}