diff options
author | sketch <sketch@pkgsrc.org> | 2007-01-31 17:05:31 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2007-01-31 17:05:31 +0000 |
commit | 8bf5ff38a46bafa1ba99793da08d62d3ccb230f3 (patch) | |
tree | 77aa5439ccec3d8845f4c07d569b903a76dc6784 /www | |
parent | 7f190f725ef455f6d2f13631a1bb9b21a0a38636 (diff) | |
download | pkgsrc-8bf5ff38a46bafa1ba99793da08d62d3ccb230f3.tar.gz |
The RealPlayerGold package keeps its browser plugin in a different location
to the old realplayer package; update to reflect this and make it work.
Remove an obsolete exec entry in the PLIST, the same function is already
performed in the do-install target.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-bin-realplayer/Makefile | 8 | ||||
-rw-r--r-- | www/firefox-bin-realplayer/PLIST | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/firefox-bin-realplayer/Makefile b/www/firefox-bin-realplayer/Makefile index daaac249ad0..96fef6c5b1f 100644 --- a/www/firefox-bin-realplayer/Makefile +++ b/www/firefox-bin-realplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:21 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/01/31 17:05:31 sketch Exp $ DISTNAME= firefox-bin-realplayer-1.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www audio graphics MASTER_SITES= # empty DISTFILES= # empty @@ -20,10 +20,10 @@ NO_CONFIGURE= YES NO_BUILD= YES NS_PLUGINS_DIR= ${PREFIX}/lib/firefox-linux/plugins -PLUGIN_SOURCE= ${PREFIX}/lib/netscape/plugins/rpnp.so +PLUGIN_SOURCE= ${PREFIX}/lib/RealPlayer/mozilla/nphelix.so do-install: ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR} - ${LN} -s ${PLUGIN_SOURCE} ${NS_PLUGINS_DIR}/rpnp.so + ${LN} -s ${PLUGIN_SOURCE} ${NS_PLUGINS_DIR}/nphelix.so .include "../../mk/bsd.pkg.mk" diff --git a/www/firefox-bin-realplayer/PLIST b/www/firefox-bin-realplayer/PLIST index 8f14f6e6388..06b7f075ff3 100644 --- a/www/firefox-bin-realplayer/PLIST +++ b/www/firefox-bin-realplayer/PLIST @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2004/02/10 12:58:19 grant Exp $ -@exec ${LN} -s %D/lib/netscape/plugins/rpnp.so %D/lib/firefox-linux/plugins/rpnp.so -lib/firefox-linux/plugins/rpnp.so +@comment $NetBSD: PLIST,v 1.2 2007/01/31 17:05:31 sketch Exp $ +lib/firefox-linux/plugins/nphelix.so |