diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 14:53:35 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 14:55:58 -0600 |
commit | 9f6009d9f65d933d53dcbecd22f695e784ae2fdc (patch) | |
tree | d945f1f06c9ea4c16a2755709d8e566deab512a9 /sys-cluster | |
parent | sys-block/tw_cli: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-9f6009d9f65d933d53dcbecd22f695e784ae2fdc.tar.gz gentoo-9f6009d9f65d933d53dcbecd22f695e784ae2fdc.tar.bz2 gentoo-9f6009d9f65d933d53dcbecd22f695e784ae2fdc.zip |
sys-cluster/maui: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/maui/maui-3.3.1-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/maui/maui-3.3.1-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/maui/maui-3.3.1-r2.ebuild b/sys-cluster/maui/maui-3.3.1-r2.ebuild index 95d331c38e1e..f14cfeaf5d75 100644 --- a/sys-cluster/maui/maui-3.3.1-r2.ebuild +++ b/sys-cluster/maui/maui-3.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -55,5 +55,5 @@ src_install() { pkg_nofetch() { einfo "Please visit ${HOMEPAGE}, obtain the file" - einfo "${P}.tar.gz and put it in ${DISTDIR}" + einfo "${P}.tar.gz and put it in your DISTDIR directory." } diff --git a/sys-cluster/maui/maui-3.3.1-r3.ebuild b/sys-cluster/maui/maui-3.3.1-r3.ebuild index a21bb11735c7..8f5c03da2d52 100644 --- a/sys-cluster/maui/maui-3.3.1-r3.ebuild +++ b/sys-cluster/maui/maui-3.3.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -57,5 +57,5 @@ src_install() { pkg_nofetch() { einfo "Please visit ${HOMEPAGE}, obtain the file" - einfo "${P}.tar.gz and put it in ${DISTDIR}" + einfo "${P}.tar.gz and put it in your DISTDIR directory." } |