pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox-bin-java Support user-destdir installation...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9ea28277717
branches:  trunk
changeset: 539484:e9ea28277717
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 07 05:43:42 2008 +0000

description:
Support user-destdir installation in all packages that include
this Makefile.common.

diffstat:

 www/firefox-bin-java/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1c5e8840b295 -r e9ea28277717 www/firefox-bin-java/Makefile.common
--- a/www/firefox-bin-java/Makefile.common      Fri Mar 07 05:18:21 2008 +0000
+++ b/www/firefox-bin-java/Makefile.common      Fri Mar 07 05:43:42 2008 +0000
@@ -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 @@
 
 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.



Home | Main Index | Thread Index | Old Index