diff options
Diffstat (limited to 'dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild')
-rw-r--r-- | dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild b/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild index e9eda7d21719..f4bca54ffc8e 100644 --- a/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild +++ b/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild,v 1.4 2008/01/14 19:07:02 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild,v 1.5 2008/06/22 19:54:57 serkan Exp $ inherit java-pkg-2 @@ -16,13 +16,14 @@ SLOT="0" DEPEND=">=app-arch/unzip-5.50-r1" RDEPEND=">=virtual/jre-1.4" RESTRICT="fetch" +DOWNLOAD_URL="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=7372-jmf-2.1.1e-oth-JPR@CDS-CDS_Developer" pkg_nofetch() { einfo einfo " Due to license restrictions, we cannot fetch the" einfo " distributables automagically." einfo - einfo " 1. Visit ${HOMEPAGE} and select 'Cross Platform Java'" + einfo " 1. Visit ${DOWNLOAD_URL} and select 'Linux'" einfo " 2. Download ${At}" einfo " 3. Move file to ${DISTDIR}" einfo " 4. Run emerge on this package again to complete" @@ -30,7 +31,7 @@ pkg_nofetch() { } src_unpack() { - unzip -qq ${DISTDIR}/${At} || die + unzip -qq "${DISTDIR}"/${At} || die } src_install() { |