diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-06 00:25:06 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-06 00:25:06 +0000 |
commit | b5a5695c1d1c20b97ea4988e179bf195edc934c3 (patch) | |
tree | 89d018154fa5445e4614af8e401f1c992d876dac /www/mozilla/options.mk | |
parent | 4629b3e79edf5df6a147fe72b63fe919a84c3bb1 (diff) | |
download | pkgsrc-b5a5695c1d1c20b97ea4988e179bf195edc934c3.tar.gz |
Reindent + fix some pkglint warnings.
Diffstat (limited to 'www/mozilla/options.mk')
-rw-r--r-- | www/mozilla/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla/options.mk b/www/mozilla/options.mk index c1a90d10c75..03defbedc86 100644 --- a/www/mozilla/options.mk +++ b/www/mozilla/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.4 2006/02/05 21:15:26 ghen Exp $ +# $NetBSD: options.mk,v 1.5 2006/02/06 00:25:06 ghen Exp $ PKG_OPTIONS_VAR = PKG_OPTIONS.gecko PKG_SUPPORTED_OPTIONS = debug -.if( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "thunderbird-bin" ) +.if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "thunderbird-bin" ) PKG_SUPPORTED_OPTIONS += official-mozilla-branding .endif @@ -12,7 +12,7 @@ PKG_SUPPORTED_OPTIONS += official-mozilla-branding # this .if test looks backward, but the missing options disables debug, # so it is correct .if empty(PKG_OPTIONS:Mdebug) -CONFIGURE_ARGS+= --disable-debug +CONFIGURE_ARGS+= --disable-debug .endif # Enable Official mozilla.org Branding for Firefox. |