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 | 90b04068650237f6fcf449c3dd9c7bfe13d449e5 (patch) | |
tree | a6d3e13cc3cadd2d7307231641d38dda4a12b668 | |
parent | 8deafd526592d4856b5f3a212fa5f19948d4b883 (diff) | |
download | pkgsrc-90b04068650237f6fcf449c3dd9c7bfe13d449e5.tar.gz |
some linux builds are in contrib/ now, don't override it
-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 |