sci-chemistry/shelx: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 18:36:34 +0000 (12:36 -0600)
committerBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 18:45:11 +0000 (12:45 -0600)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
sci-chemistry/shelx/shelx-20141228.ebuild

index d2b279bf8d1eeca7a0ebe1fce05f3687afaea468..156c08fefdd41d2816b1d1f4c727202fb43b2058 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -47,7 +47,7 @@ pkg_nofetch() {
        elog "Download ${A} and rename them to"
        use amd64 && elog "*_amd64.bz2"
        use x86 && elog "*_x86.bz2"
-       elog "and place renamed tarballs in ${DISTDIR}."
+       elog "and place renamed tarballs into your DISTDIR directory."
 }
 
 src_install() {