From 8df039bdcec90706ec3e3b537c7705aa09db805e Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 3 Nov 2006 07:53:05 +0000 Subject: DESTDIR support for Firefox 2. --- www/firefox/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/firefox') diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common index c37b8018e07..2a2f0dc790d 100644 --- a/www/firefox/Makefile.common +++ b/www/firefox/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2006/09/24 16:33:33 salo Exp $ +# $NetBSD: Makefile.common,v 1.11 2006/11/03 07:53:05 joerg Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-${MOZ_DIST_VER}-source @@ -169,7 +169,7 @@ post-build: ${WRKSRC:Q}/dist/bin/chrome/installed-chrome.txt do-install: - ${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR:Q}/moz-install + ${SETENV} ${SCRIPTS_ENV} DESTDIR=${DESTDIR} ${SH} ${FILESDIR:Q}/moz-install .include "../../mk/pthread.buildlink3.mk" -- cgit v1.2.3