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

index aaca48a6b1a8e22f329673bbbf833336b5d99553..13eebfcdc23e6229558ca5083182afa8e7059673 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -22,7 +22,8 @@ S="${WORKDIR}"
 QA_PREBUILT="${EROOT#/}opt/bin/.*"
 
 pkg_nofetch() {
-       einfo "Please download ${A} from http://mgltools.scripps.edu/downloads#msms and place it to ${DISTDIR}"
+       einfo "Please download ${A} from http://mgltools.scripps.edu/downloads#msms and"
+       einfo "place it into your DISTDIR directory."
 }
 
 src_install() {