summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam>2017-04-14 18:18:24 +0000
committeradam <adam>2017-04-14 18:18:24 +0000
commit690194bd26b598802d66eceacb6d5012803eaa0c (patch)
tree7eaf24acc73b74c17e5c9499800497b41f4973aa /www
parent2a093405e90f4d46c2845c59e80c034b5b576a4b (diff)
downloadpkgsrc-690194bd26b598802d66eceacb6d5012803eaa0c.tar.gz
Removed these two substituions:
SUBST_SED.confs+= -e "s|logs/|${VARBASE}/log/httpd/|g" SUBST_SED.confs+= -e 's|/var/log/httpd/foo\.log|logs/foo.log/|g' The first one only applied to an instrucion in the comment at the top of the configuration file and made it meaningless. The second one has been useless.
Diffstat (limited to 'www')
-rw-r--r--www/apache24/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index d1c58d05a06..01b4aa22c41 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/01/28 04:57:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2017/04/14 18:18:24 adam Exp $
#
# When updating this package, make sure that no strings like
# "PR 12345" are in the commit message. Upstream likes
@@ -135,8 +135,6 @@ SUBST_FILES.confs+= docs/conf/extra/httpd-ssl.conf
SUBST_SED.confs= -e "s|${EGDIR}|${PKG_SYSCONFDIR}|g"
SUBST_SED.confs+= -e "s|${PREFIX}/htdocs|${PREFIX}/share/httpd/htdocs|g"
SUBST_SED.confs+= -e "s|${PREFIX}/conf|${PKG_SYSCONFDIR}|g"
-SUBST_SED.confs+= -e "s|logs/|${VARBASE}/log/httpd/|g"
-SUBST_SED.confs+= -e 's|/var/log/httpd/foo\.log|logs/foo.log/|g'
SUBST_SED.confs+= -e 's|^\(User[ ]\).*|\1${APACHE_USER}|g'
SUBST_SED.confs+= -e 's|^\(Group[ ]\).*|\1${APACHE_GROUP}|g'
SUBST_SED.confs+= -e 's|^Listen \(.*\)|Listen 0.0.0.0:\1|g'