diff options
-rw-r--r-- | www/moz-bin-plugger/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/moz-bin-plugger/Makefile b/www/moz-bin-plugger/Makefile index 07e676f45b4..f186a0472fe 100644 --- a/www/moz-bin-plugger/Makefile +++ b/www/moz-bin-plugger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/11 04:48:12 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/11/04 20:28:47 kristerw Exp $ # DISTNAME= ${PLUGGER}-linux-x86-glibc @@ -25,6 +25,7 @@ LDD= ${PREFIX}/emul/linux/usr/bin/ldd do-install: cd ${WRKSRC} && \ + ${INSTALL_DATA_DIR} ${MOZILLA_HOME}/plugins \ ${INSTALL_DATA} plugger.so ${MOZILLA_HOME}/plugins && \ ${INSTALL_DATA} pluggerrc ${PREFIX}/emul/linux/etc && \ ${INSTALL_PROGRAM} plugger-4.0 ${PREFIX}/emul/linux/usr/bin |