diff options
author | 2004-10-19 06:23:05 +0000 | |
---|---|---|
committer | 2004-10-19 06:23:05 +0000 | |
commit | 48f4fcdfb159fd46ad46d0ccd1f131f4c3fecfed (patch) | |
tree | 405e09611923baae322e75c83068254fff16bb18 /media-sound/shorten/shorten-3.6.0.ebuild | |
parent | Stable on amd64. (diff) | |
download | historical-48f4fcdfb159fd46ad46d0ccd1f131f4c3fecfed.tar.gz historical-48f4fcdfb159fd46ad46d0ccd1f131f4c3fecfed.tar.bz2 historical-48f4fcdfb159fd46ad46d0ccd1f131f4c3fecfed.zip |
Stable amd64, sparc, x86.
Diffstat (limited to 'media-sound/shorten/shorten-3.6.0.ebuild')
-rw-r--r-- | media-sound/shorten/shorten-3.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/shorten/shorten-3.6.0.ebuild b/media-sound/shorten/shorten-3.6.0.ebuild index c05faad63d55..a88dc3dcd03d 100644 --- a/media-sound/shorten/shorten-3.6.0.ebuild +++ b/media-sound/shorten/shorten-3.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.6.0.ebuild,v 1.1 2004/09/06 23:54:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.6.0.ebuild,v 1.2 2004/10/19 06:23:05 eradicator Exp $ IUSE="" @@ -10,9 +10,9 @@ SRC_URI="http://etree.org/shnutils/shorten/source/${P}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc" +KEYWORDS="amd64 ~ppc sparc x86" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS LICENSE ChangeLog NEWS README } |