summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam>2003-02-05 03:30:49 +0000
committerjlam <jlam>2003-02-05 03:30:49 +0000
commitb4a6236d0d40570c697e57a3abfcdabdc080ae81 (patch)
tree91b934efc5ff7d539dc366188bdc9dd2d034d3b9 /graphics
parent3b14ca61c04f57d5b7866258c92c3e4a70623270 (diff)
downloadpkgsrc-b4a6236d0d40570c697e57a3abfcdabdc080ae81.tar.gz
Create the plugins directory before installing things into it.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/moz-flash/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/moz-flash/Makefile b/graphics/moz-flash/Makefile
index dda86ae8f21..ad4edb342bd 100644
--- a/graphics/moz-flash/Makefile
+++ b/graphics/moz-flash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/01/30 14:47:06 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2003/02/05 03:30:49 jlam Exp $
#
.include "../libflash/Makefile.common"
@@ -22,6 +22,7 @@ MAKE_ENV+= MOZ_PLUGDIR="${MOZ_PLUGDIR}"
MOZ_PLUGDIR= ${PREFIX}/lib/mozilla/plugins
do-install:
+ ${INSTALL_DATA_DIR} ${MOZ_PLUGDIR}
cd ${WRKSRC}/Plugin && \
${INSTALL_PROGRAM} .libs/npflash.so ${MOZ_PLUGDIR}