diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-03 07:57:57 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-03 07:57:57 +0000 |
commit | 4139c22e9cea05fe2cda4c430ca365bbfa01a421 (patch) | |
tree | 73ab09650cacdede7b147392e73dc5ef4d33b109 | |
parent | b92304d1673a92b20112cf3b1968958c1ecec076 (diff) | |
download | pkgsrc-4139c22e9cea05fe2cda4c430ca365bbfa01a421.tar.gz |
pkglint: RESTRICTED should not be quoted.
-rw-r--r-- | www/mozilla/options.mk | 4 |
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 |