From: Ben Kohler Date: Tue, 5 Feb 2019 18:21:25 +0000 (-0600) Subject: sci-chemistry/molscript: don't reference ${DISTDIR} in pkg_nofetch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=35780ad7c66d2d4529513e8720a38164fa5925d0;p=gentoo.git sci-chemistry/molscript: 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/molscript/molscript-2.1.2-r2.ebuild b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild index 87c16c05a6d7..0628b53b087d 100644 --- a/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild +++ b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild @@ -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 @@ -31,7 +31,7 @@ RESTRICT="fetch" pkg_nofetch() { elog "Please visit ${HOMEPAGE}" elog "and get ${A}." - elog "Place it in ${DISTDIR}" + elog "Place it into your DISTDIR directory." } src_prepare() {