diff options
-rw-r--r-- | net-www/netscape-flash/netscape-flash-5.0.50.ebuild | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/net-www/netscape-flash/netscape-flash-5.0.50.ebuild b/net-www/netscape-flash/netscape-flash-5.0.50.ebuild index 1d663f832074..9ef9c671e500 100644 --- a/net-www/netscape-flash/netscape-flash-5.0.50.ebuild +++ b/net-www/netscape-flash/netscape-flash-5.0.50.ebuild @@ -1,28 +1,28 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.50.ebuild,v 1.4 2002/10/04 06:20:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.50.ebuild,v 1.5 2002/10/21 13:05:19 seemant Exp $ S=${WORKDIR}/flash_linux DESCRIPTION="Macromedia Shockwave Flash Player" SRC_URI="mirror://gentoo/${P}.tar.gz" HOMEPAGE="http://www.macromedia.com" + SLOT="0" KEYWORDS="x86 -ppc sparc sparc64" LICENSE="Macromedia" src_install() { - cd ${S} - exeinto /opt/netscape/plugins - insinto /opt/netscape/plugins - doexe libflashplayer.so - doins ShockwaveFlash.class - dodoc README ReadMe.htm + exeinto /opt/netscape/plugins + insinto /opt/netscape/plugins + doexe libflashplayer.so + doins ShockwaveFlash.class + dodoc README ReadMe.htm - if [ "`use mozilla`" ] ; then - dodir /usr/lib/mozilla/plugins - dosym /opt/netscape/plugins/libflashplayer.so \ - /usr/lib/mozilla/plugins/libflashplayer.so - dosym /opt/netscape/plugins/ShockwaveFlash.class \ - /usr/lib/mozilla/plugins/ShockwaveFlash.class - fi + if [ "`use mozilla`" ] ; then + dodir /usr/lib/mozilla/plugins + dosym /opt/netscape/plugins/libflashplayer.so \ + /usr/lib/mozilla/plugins/libflashplayer.so + dosym /opt/netscape/plugins/ShockwaveFlash.class \ + /usr/lib/mozilla/plugins/ShockwaveFlash.class + fi } |