From: Ben Kohler Date: Tue, 5 Feb 2019 18:23:24 +0000 (-0600) Subject: sci-chemistry/msms-bin: don't reference ${DISTDIR} in pkg_nofetch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b4f381afd1737090427a62c7a30d9a8f594ded1;p=gentoo.git 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 --- 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 aaca48a6b1a8..13eebfcdc23e 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() {