diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:24:17 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:17 -0600 |
commit | d858d99b4e92f482f8b12b809a0cab2fcf87d6cf (patch) | |
tree | 96888f8d7b0603d9f4b963f5cbc35991c79bcba7 /games-roguelike/FTL | |
parent | games-puzzle/splice: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-d858d99b4e92f482f8b12b809a0cab2fcf87d6cf.tar.gz gentoo-d858d99b4e92f482f8b12b809a0cab2fcf87d6cf.tar.bz2 gentoo-d858d99b4e92f482f8b12b809a0cab2fcf87d6cf.zip |
games-roguelike/FTL: 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-roguelike/FTL')
-rw-r--r-- | games-roguelike/FTL/FTL-1.5.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/FTL/FTL-1.5.13.ebuild b/games-roguelike/FTL/FTL-1.5.13.ebuild index ab2bc9ddb346..41455eb7e7b3 100644 --- a/games-roguelike/FTL/FTL-1.5.13.ebuild +++ b/games-roguelike/FTL/FTL-1.5.13.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 @@ -33,7 +33,7 @@ S=${WORKDIR}/${PN} pkg_nofetch() { einfo "Please buy & download ${SRC_URI} from:" einfo " ${HOMEPAGE}" - einfo "and move it to ${DISTDIR}" + einfo "and move it to your DISTDIR directory." einfo } |