diff options
author | grant <grant@pkgsrc.org> | 2004-06-23 13:32:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-23 13:32:05 +0000 |
commit | 83f4c7dbbb39cc872d46fee31cca5798380f686a (patch) | |
tree | a6d3e13cc3cadd2d7307231641d38dda4a12b668 /www | |
parent | 0a28fe0e8623de0b84cac0fdeabf31379ae08cfc (diff) | |
download | pkgsrc-83f4c7dbbb39cc872d46fee31cca5798380f686a.tar.gz |
some linux builds are in contrib/ now, don't override it
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-bin/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 31719457bb9..d9614f37ea0 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -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 @@ MESSAGE_SRC+= ${.CURDIR}/../../www/mozilla-bin/MESSAGE.compat_linux # 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 |