diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /www/firefox-bin-realplayer/Makefile | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
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" |