summaryrefslogtreecommitdiff
path: root/www/firefox-bin
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-07 05:14:04 +0000
committerjlam <jlam>2008-03-07 05:14:04 +0000
commit1920c08d7c13305dbe5013f619e10c17e94ca6e7 (patch)
tree5c6850c90c8db7e8381654eb1f9f019c050a4643 /www/firefox-bin
parent287d54ed843705a11c233003369079c7313db08d (diff)
downloadpkgsrc-1920c08d7c13305dbe5013f619e10c17e94ca6e7.tar.gz
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 (limited to 'www/firefox-bin')
-rw-r--r--www/firefox-bin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox-bin/Makefile b/www/firefox-bin/Makefile
index ed2ae9e5dfd..50fc11e1af1 100644
--- a/www/firefox-bin/Makefile
+++ b/www/firefox-bin/Makefile
@@ -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 @@ DIST_SUBDIR= ${MOZILLA}/releases/${MOZ_DIR}
EMUL_PLATFORMS= linux-i386
EMUL_PLATFORMS+= solaris-i386 solaris-sparc
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../www/seamonkey-bin/Makefile.common"