pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla-bin allow MOZ_CONTRIB to be overridden.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e959d2c7dfb3
branches: trunk
changeset: 466685:e959d2c7dfb3
user: grant <grant%pkgsrc.org@localhost>
date: Thu Jan 22 10:55:46 2004 +0000
description:
allow MOZ_CONTRIB to be overridden.
diffstat:
www/mozilla-bin/Makefile.common | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 5ed376d54ec2 -r e959d2c7dfb3 www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common Thu Jan 22 10:54:14 2004 +0000
+++ b/www/mozilla-bin/Makefile.common Thu Jan 22 10:55:46 2004 +0000
@@ -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 @@
. 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
Home |
Main Index |
Thread Index |
Old Index