dev-libs/device-atlas-api-c: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 19:48:46 +0000 (13:48 -0600)
committerBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 19:51:39 +0000 (13:51 -0600)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild

index 4679d064f4626f2c48fe71b68667ba72472a780c..2177b9530f2d2b46376aae5cd9721633c2489484 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,7 +30,7 @@ PATCHES=(
 pkg_nofetch() {
        eerror "Please go to https://deviceatlas.com/deviceatlas-haproxy-module"
        eerror "And download DeviceAtlas C API"
-       eerror "Then place the file in ${DISTDIR}/${MY_P}.tgz"
+       eerror "Save the file as ${MY_P}.tgz in your DISTDIR directory."
 }
 
 multilib_src_install_all() {