diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 07:57:47 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:05 -0600 |
commit | 86d5b6d4a48972012ab2071965069e06fbae71b9 (patch) | |
tree | 61fc537c85f5775ca60f7a419172aaf63a7b4c9e /games-arcade/aquaria | |
parent | games-action/swordandsworcery: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-86d5b6d4a48972012ab2071965069e06fbae71b9.tar.gz gentoo-86d5b6d4a48972012ab2071965069e06fbae71b9.tar.bz2 gentoo-86d5b6d4a48972012ab2071965069e06fbae71b9.zip |
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>
Diffstat (limited to 'games-arcade/aquaria')
-rw-r--r-- | games-arcade/aquaria/aquaria-1.1.3-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild b/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild index e4546e584a1f..ff45a40ffdba 100644 --- a/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild +++ b/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild @@ -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 } |