summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-22 10:55:46 +0000
committergrant <grant@pkgsrc.org>2004-01-22 10:55:46 +0000
commite644b5182071f69a51ee034bc42dc5a9393fc5a5 (patch)
tree7c32068446bae411c0943e86d5200144d11abb4a /www
parent34b57833dcff6d404d16abdce09eb7a75afdd7b4 (diff)
downloadpkgsrc-e644b5182071f69a51ee034bc42dc5a9393fc5a5.tar.gz
allow MOZ_CONTRIB to be overridden.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-bin/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common
index 2b584f01431..b15c8f4e120 100644
--- a/www/mozilla-bin/Makefile.common
+++ b/www/mozilla-bin/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/01/20 22:20:46 snj Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/01/22 10:55:46 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -61,9 +61,9 @@ MESSAGE_SRC+= ${.CURDIR}/../../www/mozilla-bin/MESSAGE.compat_linux
. endif
# non-linux builds are "unofficial" and in contrib/
+MOZ_CONTRIB?= contrib/
+. if defined(MOZ_PLATFORM) && ${MOZ_PLATFORM} == "linux"
MOZ_CONTRIB= # empty
-. if defined(MOZ_PLATFORM) && ${MOZ_PLATFORM} != "linux"
-MOZ_CONTRIB= contrib/
. endif
# Linux builds on NetBSD