pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/mozilla-bin some linux builds are in contrib/ now,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69fe2cc767f2
branches:  trunk
changeset: 476937:69fe2cc767f2
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Jun 23 13:32:05 2004 +0000

description:
some linux builds are in contrib/ now, don't override it

diffstat:

 www/mozilla-bin/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5efa4c0c7416 -r 69fe2cc767f2 www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common   Wed Jun 23 13:25:42 2004 +0000
+++ b/www/mozilla-bin/Makefile.common   Wed Jun 23 13:32:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2004/06/23 13:01:01 grant Exp $
+# $NetBSD: Makefile.common,v 1.20 2004/06/23 13:32:05 grant Exp $
 #
 
 DISTNAME=              # see Makefile.${OPSYS}.${ARCH}
@@ -66,7 +66,7 @@
 # non-linux builds are "unofficial" and in contrib/
 MOZ_CONTRIB?=  contrib/
 .  if defined(MOZ_PLATFORM) && ${MOZ_PLATFORM} == "linux"
-MOZ_CONTRIB=   # empty
+MOZ_CONTRIB?=  # empty
 .  endif
 
 # Linux builds on NetBSD



Home | Main Index | Thread Index | Old Index