diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:41:32 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:45:11 -0600 |
commit | 32b1d4fb1a278fa00c12300fcd7dad3e02183230 (patch) | |
tree | 6c06ec451886d7b094b73a8091f2426ffa5de8b4 /sci-libs | |
parent | sci-chemistry/shelx: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-32b1d4fb1a278fa00c12300fcd7dad3e02183230.tar.gz gentoo-32b1d4fb1a278fa00c12300fcd7dad3e02183230.tar.bz2 gentoo-32b1d4fb1a278fa00c12300fcd7dad3e02183230.zip |
sci-libs/rosetta-db: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/rosetta-db/rosetta-db-3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/rosetta-db/rosetta-db-3.4.ebuild b/sci-libs/rosetta-db/rosetta-db-3.4.ebuild index 3a9e83a354bd..5854fc6b1d7b 100644 --- a/sci-libs/rosetta-db/rosetta-db-3.4.ebuild +++ b/sci-libs/rosetta-db/rosetta-db-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ S="${WORKDIR}"/${MY_PN}_database pkg_nofetch() { einfo "Go to ${HOMEPAGE} and get ${A}" - einfo "which must be placed in ${DISTDIR}" + einfo "which must be placed into your DISTDIR directory." } src_install() { |