diff options
author | jlam <jlam> | 2008-03-07 05:43:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-03-07 05:43:42 +0000 |
commit | 02f3f9738b2be84d4e69f1418f2f7dc936bab6f4 (patch) | |
tree | 2a7f764936bf8a5eddfd6d3ac8827c18451185ca /www/firefox-bin-java | |
parent | 27f2be82f67e6e4efde40d57992be928785e08f8 (diff) | |
download | pkgsrc-02f3f9738b2be84d4e69f1418f2f7dc936bab6f4.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.common | 4 |
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. |