diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-18 11:00:58 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-18 11:01:14 -0600 |
commit | 67d71ec9572433653d8ae0bed50b8d37ab066df4 (patch) | |
tree | bb45b04ce12e360089cf3a8fbbb7f6eaaf99229d /app-arch/stuffit | |
parent | app-emulation/open-vm-tools: bump to 10.3.5 (diff) | |
download | gentoo-67d71ec9572433653d8ae0bed50b8d37ab066df4.tar.gz gentoo-67d71ec9572433653d8ae0bed50b8d37ab066df4.tar.bz2 gentoo-67d71ec9572433653d8ae0bed50b8d37ab066df4.zip |
app-arch/stuffit: fix misuse of ${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 'app-arch/stuffit')
-rw-r--r-- | app-arch/stuffit/stuffit-5.2.0.611.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/stuffit/stuffit-5.2.0.611.ebuild b/app-arch/stuffit/stuffit-5.2.0.611.ebuild index 2e6528ed2126..f951829d1fe4 100644 --- a/app-arch/stuffit/stuffit-5.2.0.611.ebuild +++ b/app-arch/stuffit/stuffit-5.2.0.611.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://my.smithmicro.com/downloads/files/${MY_P}.tar.gz" LICENSE="Stuffit" SLOT="0" -KEYWORDS="-* x86 amd64" +KEYWORDS="-* amd64 x86" IUSE="" RESTRICT="fetch strip" @@ -22,7 +22,7 @@ INSTALLDIR=/opt/stuffit pkg_nofetch() { einfo "Please download stuffit from" einfo "${SRC_URI}" - einfo "and put the file in ${DISTDIR}" + einfo "and place the file in your DISTDIR directory." einfo einfo "Note that StuffIt requires registration within 30 days," einfo "but StuffIt Expander is freeware." |