summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-02-05 14:53:35 -0600
committerBen Kohler <bkohler@gentoo.org>2019-02-05 14:55:58 -0600
commit9f6009d9f65d933d53dcbecd22f695e784ae2fdc (patch)
treed945f1f06c9ea4c16a2755709d8e566deab512a9 /sys-cluster
parentsys-block/tw_cli: don't reference ${DISTDIR} in pkg_nofetch (diff)
downloadgentoo-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.ebuild4
-rw-r--r--sys-cluster/maui/maui-3.3.1-r3.ebuild4
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."
}