commit: 6b4f381afd1737090427a62c7a30d9a8f594ded1
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 18:23:24 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 18:45:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4f381a
sci-chemistry/msms-bin: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild
b/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild
index aaca48a6b1a..13eebfcdc23 100644
--- a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild
+++ b/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild
@@ -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() {