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
commit910aae38f8927c469a3d4dde5df5d8ffb9fa10d0 (patch)
tree2a7f764936bf8a5eddfd6d3ac8827c18451185ca /www/firefox-bin-java
parent7d9dfc154d4165450449fc88c07b1c967d10c712 (diff)
downloadpkgsrc-910aae38f8927c469a3d4dde5df5d8ffb9fa10d0.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.