diff options
author | 2019-02-04 17:01:48 -0600 | |
---|---|---|
committer | 2019-02-04 17:01:48 -0600 | |
commit | 1fcc8670c6390fc6bc8f4b378afcb43541b5563a (patch) | |
tree | 2281e0f3e23d355f3e26fcfc0621b6bd0ea89d3e /app-text/fdftk | |
parent | sys-block/tw_cli: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-1fcc8670c6390fc6bc8f4b378afcb43541b5563a.tar.gz gentoo-1fcc8670c6390fc6bc8f4b378afcb43541b5563a.tar.bz2 gentoo-1fcc8670c6390fc6bc8f4b378afcb43541b5563a.zip |
app-text/fdftk: 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 'app-text/fdftk')
-rw-r--r-- | app-text/fdftk/fdftk-6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild index 32124da0c9d0..d4f4935a36bf 100644 --- a/app-text/fdftk/fdftk-6.0-r1.ebuild +++ b/app-text/fdftk/fdftk-6.0-r1.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=0 @@ -25,7 +25,7 @@ pkg_nofetch() { einfo "1. Visit ${HOMEPAGE}" einfo "2. Review EULA" einfo "3. Download ${At}" - einfo "4. Move ${At} to ${DISTDIR}" + einfo "4. Move ${At} to your DISTDIR directory" } src_unpack() { |