summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
committerrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
commit9fc2d7d28106475bc308a209655b44e662911609 (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /www
parent1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff)
downloadpkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'www')
-rw-r--r--www/ap-jk/Makefile4
-rw-r--r--www/ap2-auth-ldap/Makefile4
-rw-r--r--www/apache2/Makefile8
-rw-r--r--www/asWedit/Makefile4
-rw-r--r--www/awstats/Makefile4
-rw-r--r--www/browser-bookmarks-menu/Makefile4
-rw-r--r--www/crawl/Makefile4
-rw-r--r--www/cvsweb/Makefile4
-rw-r--r--www/drraw/Makefile4
-rw-r--r--www/firefox-bin-flash/Makefile.common4
-rw-r--r--www/instiki/Makefile4
-rw-r--r--www/jsdk20/Makefile4
-rw-r--r--www/navigator/Makefile.common4
-rw-r--r--www/netscape7/Makefile4
-rw-r--r--www/p5-libapreq2/Makefile4
-rw-r--r--www/paros/Makefile4
-rw-r--r--www/sarg/Makefile4
-rw-r--r--www/screws/Makefile4
-rw-r--r--www/w3m/Makefile.common4
-rw-r--r--www/wdg-validate/Makefile4
20 files changed, 42 insertions, 42 deletions
diff --git a/www/ap-jk/Makefile b/www/ap-jk/Makefile
index 0df18b9a9a6..6fbf491ceaf 100644
--- a/www/ap-jk/Makefile
+++ b/www/ap-jk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/02/05 23:11:17 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2006/04/22 09:22:16 rillig Exp $
DISTNAME= jakarta-tomcat-connectors-${JK_VERSION}-src
PKGNAME= ap-jk-${JK_VERSION}
@@ -22,7 +22,7 @@ SUBST_CLASSES+= jk-lt
SUBST_STAGE.jk-lt= post-configure
SUBST_FILES.jk-lt= Makefile common/Makefile apache-2.0/Makefile
SUBST_SED.jk-lt= -e "s|^\(LIBTOOL =\) [^ ]*$$|\1 \$$(SHELL) \$$(top_builddir)/libtool|g"
-SUBST_MESSAGE.jk-lt= "Fixing libtool references."
+SUBST_MESSAGE.jk-lt= Fixing libtool references.
# XXX The standard --with-apxs2 when using apache2 doesn't work
CONFIGURE_ARGS+= --with-apxs=${APXS:Q}
diff --git a/www/ap2-auth-ldap/Makefile b/www/ap2-auth-ldap/Makefile
index b6c6cd1e6cb..a0036f1ed1a 100644
--- a/www/ap2-auth-ldap/Makefile
+++ b/www/ap2-auth-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/04/06 06:22:53 reed Exp $
+# $NetBSD: Makefile,v 1.12 2006/04/22 09:22:16 rillig Exp $
DISTNAME= mod_auth_ldap3.05
PKGNAME= ap2-auth-ldap-3.05
@@ -28,7 +28,7 @@ SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= configure
SUBST_SED.paths= -e "s|@@HASHLIB@@|${PREFIX}/include|g" \
-e "s|@@HASHINC@@|${PREFIX}/lib|g"
-SUBST_MESSAGE.paths= "Fixing hardcoded paths."
+SUBST_MESSAGE.paths= Fixing hardcoded paths.
do-install:
cd ${WRKSRC} && ${APXS} -i -n ${APACHE_MODULE_NAME} mod_auth_ldap.la
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 731c27ececd..a375a408677 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2006/04/06 06:22:53 reed Exp $
+# $NetBSD: Makefile,v 1.97 2006/04/22 09:22:16 rillig Exp $
.include "Makefile.common"
@@ -100,13 +100,13 @@ SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= config.layout
SUBST_SED.paths= -e "s|@PREFIX@|${PREFIX}|g"
-SUBST_MESSAGE.paths= "Fixing paths."
+SUBST_MESSAGE.paths= Fixing paths.
SUBST_CLASSES+= apr-lt
SUBST_STAGE.apr-lt= post-configure
SUBST_FILES.apr-lt= build/config_vars.mk
SUBST_SED.apr-lt= -e "s|^\(LIBTOOL =\) [^ ]*|\1 \$$(SHELL) \$$(top_builddir)/libtool|g"
-SUBST_MESSAGE.apr-lt= "Fixing libtool references."
+SUBST_MESSAGE.apr-lt= Fixing libtool references.
SUBST_CLASSES+= confs
SUBST_STAGE.confs= post-configure
@@ -120,7 +120,7 @@ SUBST_SED.confs= -e "s|${EGDIR}|${PKG_SYSCONFDIR}|g" \
-e "s|/var/log/httpd/foo\.log|logs/foo.log/|g" \
-e "s|^\(User[ ]\).*|\1${APACHE_USER}|g" \
-e "s|^\(Group[ ]\).*|\1${APACHE_GROUP}|g"
-SUBST_MESSAGE.confs= "Fixing configuration files."
+SUBST_MESSAGE.confs= Fixing configuration files.
.include "options.mk"
diff --git a/www/asWedit/Makefile b/www/asWedit/Makefile
index 6896c304e0d..35d0d0b3d22 100644
--- a/www/asWedit/Makefile
+++ b/www/asWedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:57 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:16 rillig Exp $
DISTNAME= asWedit-4.0.1-i386.linux
PKGNAME= ${DISTNAME:S/-i386.linux//}
@@ -19,7 +19,7 @@ DEPENDS+= suse_libc5>=7.3nb1:../../emulators/suse_libc5
ONLY_FOR_PLATFORM= *-*-i386
-RESTRICTED= "No re-distribution"
+RESTRICTED= No re-distribution
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
diff --git a/www/awstats/Makefile b/www/awstats/Makefile
index 0efe81bd2af..b1fc8b6982d 100644
--- a/www/awstats/Makefile
+++ b/www/awstats/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/12/29 06:22:21 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/04/22 09:22:16 rillig Exp $
#
DISTNAME= awstats-6.4
@@ -35,7 +35,7 @@ SUBST_SED.conf= -e "s|@PREFIX@|${PREFIX}|g" \
-e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \
-e "s|/var/log/httpd/mylog.log|${VARBASE}/log/httpd/access_log|g" \
-e "s|\"/etc/opt/awstats\"|\"/etc/opt/awstats\",\"${PKG_SYSCONFDIR}\"|g"
-SUBST_MESSAGE.conf= "Fixing configuration files and scripts."
+SUBST_MESSAGE.conf= Fixing configuration files and scripts.
CONF_FILES+= ${PREFIX}/share/examples/awstats/awstats.conf \
${PKG_SYSCONFDIR}/awstats.model.conf
diff --git a/www/browser-bookmarks-menu/Makefile b/www/browser-bookmarks-menu/Makefile
index b57d6087899..de85cb0fe33 100644
--- a/www/browser-bookmarks-menu/Makefile
+++ b/www/browser-bookmarks-menu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:51 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:16 rillig Exp $
#
DISTNAME= browser-bookmarks-menu-0.3
@@ -16,7 +16,7 @@ PYTHON_PATCH_SCRIPTS= browser-bookmarks-menu.py
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
-SUBST_MESSAGE.paths= "Fixing paths to installed files."
+SUBST_MESSAGE.paths= Fixing paths to installed files.
SUBST_FILES.paths= BrowserBookmarksMenu.server
SUBST_FILES.paths+= browser-bookmarks-menu.py
SUBST_SED.paths= -e 's|/usr|${PREFIX}|g'
diff --git a/www/crawl/Makefile b/www/crawl/Makefile
index c2a7244a7ab..4e9fc7b14cf 100644
--- a/www/crawl/Makefile
+++ b/www/crawl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/12/29 06:22:22 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:16 rillig Exp $
DISTNAME= crawl-0.4
PKGREVISION= 1
@@ -22,7 +22,7 @@ SUBST_CLASSES+= path
SUBST_STAGE.path= post-patch
SUBST_FILES.path= cfg.h
SUBST_SED.path= -e 's,crawl.conf,${PKG_SYSCONFDIR}/crawl.conf,g'
-SUBST_MESSAGE.path= "Fixing hardcoded path."
+SUBST_MESSAGE.path= Fixing hardcoded path.
.include "../../devel/libevent/buildlink3.mk"
.include "../../mk/bdb.buildlink3.mk"
diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile
index f42fc12f684..4f4bdb11945 100644
--- a/www/cvsweb/Makefile
+++ b/www/cvsweb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/04/22 07:32:24 lukem Exp $
+# $NetBSD: Makefile,v 1.32 2006/04/22 09:22:16 rillig Exp $
#
DISTNAME= cvsweb-3.0.5
@@ -69,6 +69,6 @@ SUBST_FILES.prefix= cvsweb.conf cvsweb.cgi INSTALL
SUBST_SED.prefix= -e "s,/usr/local/etc/apache,${PKG_SYSCONFBASE}/httpd,g"
SUBST_SED.prefix+= -e "s,/usr/local/etc/cvsweb,${PKG_SYSCONFDIR},g"
SUBST_SED.prefix+= -e "s,/usr/local/bin,${LOCALBASE}/bin,g"
-SUBST_MESSAGE.prefix= "Fixing harcoded paths."
+SUBST_MESSAGE.prefix= Fixing harcoded paths.
.include "../../mk/bsd.pkg.mk"
diff --git a/www/drraw/Makefile b/www/drraw/Makefile
index 2b6c3f96879..e2a2450cf1d 100644
--- a/www/drraw/Makefile
+++ b/www/drraw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:51 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:16 rillig Exp $
#
DISTNAME= drraw-2.1.3
@@ -49,7 +49,7 @@ SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= post-patch
SUBST_FILES.prefix= drraw.cgi
SUBST_SED.prefix= -e "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g"
-SUBST_MESSAGE.prefix= "Fixing harcoded paths."
+SUBST_MESSAGE.prefix= Fixing harcoded paths.
.include "../../databases/rrdtool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/firefox-bin-flash/Makefile.common b/www/firefox-bin-flash/Makefile.common
index df585e09d5f..6a56677e9ce 100644
--- a/www/firefox-bin-flash/Makefile.common
+++ b/www/firefox-bin-flash/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2006/04/14 14:14:23 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.12 2006/04/22 09:22:16 rillig Exp $
DISTNAME= install_flash_player_7_${DISTUNAME}
PKGNAME= ${MOZ_BIN}-flash-${FLASH_VERS:S/r/./}
@@ -21,7 +21,7 @@ DISTUNAME= linux
WRKNAME= install_flash_player_7_${DISTUNAME}
LICENSE= flash-license
-RESTRICTED= "Redistribution not permitted"
+RESTRICTED= Redistribution not permitted
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
diff --git a/www/instiki/Makefile b/www/instiki/Makefile
index e898d4ae1d0..af67fe54ca9 100644
--- a/www/instiki/Makefile
+++ b/www/instiki/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/12/29 06:22:23 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/04/22 09:22:16 rillig Exp $
DISTNAME= instiki-0.9.2
PKGREVISION= 4
@@ -20,7 +20,7 @@ REPLACE_RUBY= instiki
INSTIKI_DIR= ${PREFIX}/share/${PKGBASE}
SUBST_CLASSES+= paths
-SUBST_MESSAGE.paths= "Fixing hardcoded paths."
+SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= app/controllers/wiki.rb
SUBST_SED.paths= \
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile
index 88689e9829c..f13a2f2662e 100644
--- a/www/jsdk20/Makefile
+++ b/www/jsdk20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/02/05 23:11:25 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2006/04/22 09:22:16 rillig Exp $
# STOP! Don't update this to a later version of this software.
# The JSDK and Apache Jakarta projects have merged, making the
# jakarta-tomcat package the current version of this software.
@@ -28,7 +28,7 @@ NO_BUILD= yes
USE_TOOLS+= gtar
-RESTRICTED= "Read license before redistributing the Java(tm) Servlet Development Kit"
+RESTRICTED= Read license before redistributing the Java(tm) Servlet Development Kit
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common
index 2fb397a6bdb..6003c6a2f73 100644
--- a/www/navigator/Makefile.common
+++ b/www/navigator/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.81 2006/03/04 21:30:59 jlam Exp $
+# $NetBSD: Makefile.common,v 1.82 2006/04/22 09:22:16 rillig Exp $
#
# Common include file for communicator and navigator packages
@@ -143,7 +143,7 @@ PLIST_ARCH=
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE?= http://home.netscape.com/browsers/index.html
-RESTRICTED= "No re-distribution without agreement from Netscape"
+RESTRICTED= No re-distribution without agreement from Netscape
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile
index 8c29363e696..0bd090a6938 100644
--- a/www/netscape7/Makefile
+++ b/www/netscape7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/02/05 23:11:26 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2006/04/22 09:22:16 rillig Exp $
#
DISTNAME= netscape-i686-pc-linux-gnu-sea
@@ -17,7 +17,7 @@ COMMENT= Netscape Browser, Mail and Newsreader suite, version 7
#BUILD_DEPENDS= binpatch>=1.0:../../pkgtools/binpatch
-RESTRICTED= "No re-distribution without agreement from Netscape"
+RESTRICTED= No re-distribution without agreement from Netscape
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile
index 550e19a4784..e856477f3ba 100644
--- a/www/p5-libapreq2/Makefile
+++ b/www/p5-libapreq2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/04/06 06:22:55 reed Exp $
+# $NetBSD: Makefile,v 1.19 2006/04/22 09:22:17 rillig Exp $
DISTNAME= libapreq2-2.07
PKGNAME= p5-libapreq2-2.07
@@ -23,7 +23,7 @@ SUBST_CLASSES+= apxs
SUBST_STAGE.apxs= post-patch
SUBST_FILES.apxs= env/Makefile.in
SUBST_SED.apxs= -e "s|@APACHE2_APXS@ -i -a -n|@APACHE2_APXS@ -i -n|g"
-SUBST_MESSAGE.apxs= "Fixing module installation."
+SUBST_MESSAGE.apxs= Fixing module installation.
.include "../../lang/perl5/module.mk"
diff --git a/www/paros/Makefile b/www/paros/Makefile
index 480d02f1ca6..1214b37028a 100644
--- a/www/paros/Makefile
+++ b/www/paros/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:11:27 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:17 rillig Exp $
#
DISTNAME= paros-3.2.9-unix
@@ -19,7 +19,7 @@ USE_JAVA= run
WRKSRC= ${WRKDIR}/${PKGBASE}
SUBST_CLASSES+= java
-SUBST_MESSAGE.java= "Fixing hardcoded path to Java."
+SUBST_MESSAGE.java= Fixing hardcoded path to Java.
SUBST_STAGE.java= pre-configure
SUBST_FILES.java= ${WRKSRC}/startserver.sh
SUBST_SED.java= -e 's,^java,${PKG_JAVA_HOME}/bin/&,'
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index 56f8db2b735..08ab8197cb5 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/01/05 23:54:44 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/04/22 09:22:17 rillig Exp $
DISTNAME= sarg-1.4.1
CATEGORIES= www
@@ -30,7 +30,7 @@ SARG_REPORTSDIR?= /var/sarg
OWN_DIRS+= ${SARG_REPORTSDIR} ${CFLNG}
SUBST_CLASSES+= sargconf
-SUBST_MESSAGE.sargconf= "[Adjust values in SARG configuration files]"
+SUBST_MESSAGE.sargconf= [Adjust values in SARG configuration files]
SUBST_STAGE.sargconf= post-configure
SUBST_FILES.sargconf= sarg.conf sarg.1
SUBST_SED.sargconf= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
diff --git a/www/screws/Makefile b/www/screws/Makefile
index 2344599f750..040694b5402 100644
--- a/www/screws/Makefile
+++ b/www/screws/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/12/29 06:22:24 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/04/22 09:22:17 rillig Exp $
#
DISTNAME= screws-0.56
@@ -27,7 +27,7 @@ FILESDIR= ${WRKSRC}/src/Utils/files
RCD_SCRIPTS= screws
SUBST_CLASSES+= paths
-SUBST_MESSAGE.paths= "Fixing paths."
+SUBST_MESSAGE.paths= Fixing paths.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= src/Utils/screwsctl
SUBST_SED.paths= -e 's|/var/log|${VARBASE}/log|g'
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index 86110f0689c..de81e1acc14 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2005/12/05 23:55:23 rillig Exp $
+# $NetBSD: Makefile.common,v 1.43 2006/04/22 09:22:17 rillig Exp $
#
DISTNAME= w3m-${W3M_VERS}
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
SUBST_CLASSES+= man-ja
-SUBST_MESSAGE.man-ja= "Fixing the path to Japanese manual pages."
+SUBST_MESSAGE.man-ja= Fixing the path to Japanese manual pages.
SUBST_STAGE.man-ja= post-patch
SUBST_FILES.man-ja= Makefile.in config.h.dist
SUBST_SED.man-ja= -e 's|/ja/|/ja_JP.eucJP/|g'
diff --git a/www/wdg-validate/Makefile b/www/wdg-validate/Makefile
index 5cdf91a6a1a..5c177ffafec 100644
--- a/www/wdg-validate/Makefile
+++ b/www/wdg-validate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/07/16 19:10:41 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/04/22 09:22:17 rillig Exp $
#
DISTNAME= validate-1.2.2
@@ -25,7 +25,7 @@ REPLACE_PERL= validate
NO_BUILD= YES
SUBST_CLASSES+= paths
-SUBST_MESSAGE.paths= "Fixing hardcoded paths."
+SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= validate
SUBST_SED.paths= -e 's,/usr/local/share,${PREFIX}/share,g' \