summaryrefslogtreecommitdiff
path: root/www/firefox-bin-realplayer
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commit62d306b057537feb1ef4749c60334699ef7f07d1 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /www/firefox-bin-realplayer
parentcbac1b2142ffeda168356e0a85c33829123f805b (diff)
downloadpkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'www/firefox-bin-realplayer')
-rw-r--r--www/firefox-bin-realplayer/Makefile3
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"