diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-03 20:22:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-03 20:22:19 +0000 |
commit | 4d1a2090ecec5368d44bf99c15bf98eb039d8958 (patch) | |
tree | a1283b0ceaaa34d18a4b02f02629ad65051f1da8 | |
parent | 21bb6218cc6e81f0cff15376bdcd31f88937f58b (diff) | |
download | pkgsrc-4d1a2090ecec5368d44bf99c15bf98eb039d8958.tar.gz |
Try fixing the PLIST for the bulk build.
-rw-r--r-- | www/moz-bin-plugger/Makefile | 4 | ||||
-rw-r--r-- | www/moz-bin-plugger/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/moz-bin-plugger/Makefile b/www/moz-bin-plugger/Makefile index 22c99a2a1aa..6938816d6a8 100644 --- a/www/moz-bin-plugger/Makefile +++ b/www/moz-bin-plugger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:41 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/12/03 20:22:19 wiz 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 +PLIST_SUBST+= MOZILLA_HOME=${MOZILLA_HOME:Q} + INSTALLATION_DIRS= emul/linux/etc emul/linux/usr/bin do-install: diff --git a/www/moz-bin-plugger/PLIST b/www/moz-bin-plugger/PLIST index 537a17e9f89..9ba1b28940f 100644 --- a/www/moz-bin-plugger/PLIST +++ b/www/moz-bin-plugger/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/19 03:50:50 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/12/03 20:22:19 wiz Exp $ emul/linux/etc/pluggerrc emul/linux/usr/bin/plugger-4.0 -lib/mozilla-linux/plugins/plugger.so +${MOZILLA_HOME}/plugins/plugger.so |