summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-02-04 17:01:48 -0600
committerBen Kohler <bkohler@gentoo.org>2019-02-04 17:01:48 -0600
commit1fcc8670c6390fc6bc8f4b378afcb43541b5563a (patch)
tree2281e0f3e23d355f3e26fcfc0621b6bd0ea89d3e
parentsys-block/tw_cli: don't reference ${DISTDIR} in pkg_nofetch (diff)
downloadgentoo-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>
-rw-r--r--app-text/fdftk/fdftk-6.0-r1.ebuild4
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() {