summaryrefslogtreecommitdiff
path: root/www/firefox-bin-java
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-03-07 05:43:42 +0000
committerjlam <jlam@pkgsrc.org>2008-03-07 05:43:42 +0000
commit0e669aafc1b18288958538edfffce35f0d72bb83 (patch)
tree2a7f764936bf8a5eddfd6d3ac8827c18451185ca /www/firefox-bin-java
parenta2bbebb8ff6184a4abd963978533f1e9bbf781c7 (diff)
downloadpkgsrc-0e669aafc1b18288958538edfffce35f0d72bb83.tar.gz
Support user-destdir installation in all packages that include
this Makefile.common.
Diffstat (limited to 'www/firefox-bin-java')
-rw-r--r--www/firefox-bin-java/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox-bin-java/Makefile.common b/www/firefox-bin-java/Makefile.common
index 795db213c8a..432f58d9297 100644
--- a/www/firefox-bin-java/Makefile.common
+++ b/www/firefox-bin-java/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2008/03/07 05:16:48 jlam Exp $
+# $NetBSD: Makefile.common,v 1.8 2008/03/07 05:43:42 jlam Exp $
DISTNAME= ${MOZ_BIN}-java-1.2
CATEGORIES= www lang
@@ -12,6 +12,8 @@ DEPENDS+= sun-jre15-[0-9]*:../../lang/sun-jre15
EMUL_PLATFORMS= linux-i386
+PKG_DESTDIR_SUPPORT= user-destdir
+
# XXX
# XXX There is a bug where we depend on sun-jre15 and get the x86_64
# XXX version of sun-jre15, but we need the i386 version instead.