summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authorghen <ghen>2006-02-03 07:57:57 +0000
committerghen <ghen>2006-02-03 07:57:57 +0000
commitebd6a8103f7d848ee5a1c0eb8da46959c394e071 (patch)
tree73ab09650cacdede7b147392e73dc5ef4d33b109 /www/mozilla
parent80a7a0b2eb10702cb8c2601e436ee98d9e4ed07d (diff)
downloadpkgsrc-ebd6a8103f7d848ee5a1c0eb8da46959c394e071.tar.gz
pkglint: RESTRICTED should not be quoted.
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/options.mk b/www/mozilla/options.mk
index 316e08d0d3d..3aa16dc42eb 100644
--- a/www/mozilla/options.mk
+++ b/www/mozilla/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2006/02/02 14:03:49 ghen Exp $
+# $NetBSD: options.mk,v 1.3 2006/02/03 07:57:57 ghen Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
PKG_SUPPORTED_OPTIONS = debug
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --disable-debug
# See http://www.mozilla.org/foundation/trademarks/
.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
CONFIGURE_ARGS+= --enable-official-branding
-RESTRICTED= "Cannot redistribute builds with Official Branding at this moment, we need permission of The Mozilla Foundation for this."
+RESTRICTED= Cannot redistribute builds with Official Branding at this moment, we need permission of The Mozilla Foundation for this.
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
.endif