sys-cluster/maui: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 20:53:35 +0000 (14:53 -0600)
committerBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 20:55:58 +0000 (14:55 -0600)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
sys-cluster/maui/maui-3.3.1-r2.ebuild
sys-cluster/maui/maui-3.3.1-r3.ebuild

index 95d331c38e1e7bb62e7bc31f693a4e174f3dc61b..f14cfeaf5d7564b8736f262f2b309c07adb10cb6 100644 (file)
@@ -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."
 }
index a21bb11735c72a2c97167f3f14f54d55cde1d547..8f5c03da2d525b198e8e8390fef92226db3f7197 100644 (file)
@@ -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."
 }