diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /www/apache2 | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-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/apache2')
-rw-r--r-- | www/apache2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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" |