From 0078241d9fbb046d9014301f87f4d54f538ae21a Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 7 Mar 2008 05:14:04 +0000 Subject: 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. --- www/firefox-bin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/firefox-bin') 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" -- cgit v1.2.3