diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-07 05:14:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-07 05:14:04 +0000 |
commit | 0078241d9fbb046d9014301f87f4d54f538ae21a (patch) | |
tree | 5c6850c90c8db7e8381654eb1f9f019c050a4643 /www/firefox-bin | |
parent | 474a979ccbc22c5b6d4b133cbd0512cd9332072e (diff) | |
download | pkgsrc-0078241d9fbb046d9014301f87f4d54f538ae21a.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/Makefile | 4 |
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" |