pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Add support for user-destdir installation -- seamo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/111c65f6d1ea
branches: trunk
changeset: 539481:111c65f6d1ea
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Mar 07 05:14:04 2008 +0000
description:
Add support for user-destdir installation -- seamonkey-bin/Makefile.common
has already been altered to support user-destdir, so we just need to turn
it on in these packages.
diffstat:
www/firefox-bin/Makefile | 4 +++-
www/firefox15-bin/Makefile | 4 +++-
www/seamonkey-bin/Makefile | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diffs (48 lines):
diff -r 19f8111f29ad -r 111c65f6d1ea www/firefox-bin/Makefile
--- a/www/firefox-bin/Makefile Fri Mar 07 05:06:16 2008 +0000
+++ b/www/firefox-bin/Makefile Fri Mar 07 05:14:04 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2008/02/08 11:28:30 ghen Exp $
+# $NetBSD: Makefile,v 1.40 2008/03/07 05:14:04 jlam Exp $
MOZILLA= firefox
MOZ_VER= 2.0.0.12
@@ -12,4 +12,6 @@
EMUL_PLATFORMS= linux-i386
EMUL_PLATFORMS+= solaris-i386 solaris-sparc
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../www/seamonkey-bin/Makefile.common"
diff -r 19f8111f29ad -r 111c65f6d1ea www/firefox15-bin/Makefile
--- a/www/firefox15-bin/Makefile Fri Mar 07 05:06:16 2008 +0000
+++ b/www/firefox15-bin/Makefile Fri Mar 07 05:14:04 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/07/29 05:19:56 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2008/03/07 05:14:04 jlam Exp $
MOZILLA= firefox
MOZ_VER= 1.5.0.12
@@ -12,4 +12,6 @@
EMUL_PLATFORMS= linux-i386
EMUL_PLATFORMS+= solaris-i386 solaris-sparc
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../www/seamonkey-bin/Makefile.common"
diff -r 19f8111f29ad -r 111c65f6d1ea www/seamonkey-bin/Makefile
--- a/www/seamonkey-bin/Makefile Fri Mar 07 05:06:16 2008 +0000
+++ b/www/seamonkey-bin/Makefile Fri Mar 07 05:14:04 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/02/08 18:04:33 ghen Exp $
+# $NetBSD: Makefile,v 1.21 2008/03/07 05:14:04 jlam Exp $
MOZILLA= seamonkey
MOZ_VER= 1.1.8
@@ -11,4 +11,6 @@
EMUL_PLATFORMS= linux-i386
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../www/seamonkey-bin/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index