diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:15:32 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:45:06 -0600 |
commit | 1141e6d1a270217df532295bf5c7b55f5abaec8a (patch) | |
tree | 9f65e2be27ef85f1333dda236ed3d73fca1fd67c /sci-chemistry | |
parent | app-mobilephone/gnokii: Revbump for dependency fix (diff) | |
download | gentoo-1141e6d1a270217df532295bf5c7b55f5abaec8a.tar.gz gentoo-1141e6d1a270217df532295bf5c7b55f5abaec8a.tar.bz2 gentoo-1141e6d1a270217df532295bf5c7b55f5abaec8a.zip |
sci-chemistry/aqua: 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-chemistry')
-rw-r--r-- | sci-chemistry/aqua/aqua-3.2-r3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-chemistry/aqua/aqua-3.2-r3.ebuild b/sci-chemistry/aqua/aqua-3.2-r3.ebuild index 74e4e60416f7..78d987ec1460 100644 --- a/sci-chemistry/aqua/aqua-3.2-r3.ebuild +++ b/sci-chemistry/aqua/aqua-3.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,9 +29,11 @@ PATCHES=( pkg_nofetch() { elog "Please visit http://www.ebi.ac.uk/thornton-srv/software/PROCHECK/download.html" - elog "And follow the instruction for downloading ${PN}${PV}.tar.gz -> ${DISTDIR}/${PN}${PV}.tar.gz." + elog "And follow the instructions for downloading the following into your DISTDIR" + elog "directory:" + elog " ${PN}${PV}.tar.gz" if use doc; then - elog "nmr_manual.tar.gz -> ${DISTDIR}/${P}-nmr_manual.tar.gz" + elog " nmr_manual.tar.gz -> ${P}-nmr_manual.tar.gz" fi } |