diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 10:55:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 10:55:46 +0000 |
commit | a3366405c6a32c457776029b378829f5975e3479 (patch) | |
tree | 7c32068446bae411c0943e86d5200144d11abb4a /www | |
parent | cc78a1dad002df300dc8ae7b9226e2874ae6a3d1 (diff) | |
download | pkgsrc-a3366405c6a32c457776029b378829f5975e3479.tar.gz |
allow MOZ_CONTRIB to be overridden.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-bin/Makefile.common | 6 |
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 |