Skip to content

Commit

Permalink
app-arch/stuffit: fix misuse of ${DISTDIR} in pkg_nofetch
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <[email protected]>
  • Loading branch information
benkohler committed Dec 18, 2018
1 parent 2f87d6f commit 67d71ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-arch/stuffit/stuffit-5.2.0.611.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand All @@ -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."
Expand Down

0 comments on commit 67d71ec

Please sign in to comment.