games-arcade/aquaria: don't reference ${DISTDIR} in pkg_nofetch

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2018-12-19 07:57:47 -06:00
parent 095eb984b6
commit 86d5b6d4a4

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -26,7 +26,8 @@ QA_PREBUILT="${dir#/}/aquaria"
pkg_nofetch() {
echo
elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in ${DISTDIR}"
elog "Download ${SRC_URI} from ${HOMEPAGE} and place it into"
elog "your DISTDIR directory."
echo
}