summaryrefslogtreecommitdiff
path: root/www/moz-bin-plugger
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 03:50:19 +0000
committerjlam <jlam>2005-06-17 03:50:19 +0000
commitf7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /www/moz-bin-plugger
parent516d949f51bec91a74690755d12106271036f8f8 (diff)
downloadpkgsrc-f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'www/moz-bin-plugger')
-rw-r--r--www/moz-bin-plugger/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/moz-bin-plugger/Makefile b/www/moz-bin-plugger/Makefile
index f186a0472fe..22c99a2a1aa 100644
--- a/www/moz-bin-plugger/Makefile
+++ b/www/moz-bin-plugger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/11/04 20:28:47 kristerw Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:41 jlam Exp $
#
DISTNAME= ${PLUGGER}-linux-x86-glibc
@@ -23,6 +23,8 @@ PLUGGER= plugger-${PLUGGER_VERSION}
MOZILLA_HOME= ${PREFIX}/lib/mozilla-linux
LDD= ${PREFIX}/emul/linux/usr/bin/ldd
+INSTALLATION_DIRS= emul/linux/etc emul/linux/usr/bin
+
do-install:
cd ${WRKSRC} && \
${INSTALL_DATA_DIR} ${MOZILLA_HOME}/plugins \