diff options
Diffstat (limited to 'www/firefox-bin-realplayer/Makefile')
-rw-r--r-- | www/firefox-bin-realplayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-bin-realplayer/Makefile b/www/firefox-bin-realplayer/Makefile index aaab554d48c..3cdf1a496c1 100644 --- a/www/firefox-bin-realplayer/Makefile +++ b/www/firefox-bin-realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/02/10 13:05:06 grant Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:40 jlam Exp $ DISTNAME= firefox-bin-realplayer-1.0 PKGREVISION= 1 @@ -23,6 +23,7 @@ NS_PLUGINS_DIR= ${PREFIX}/lib/firefox-linux/plugins PLUGIN_SOURCE= ${PREFIX}/lib/netscape/plugins/rpnp.so do-install: + ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR} ${LN} -s ${PLUGIN_SOURCE} ${NS_PLUGINS_DIR}/rpnp.so .include "../../mk/bsd.pkg.mk" |