aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-21 18:00:15 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-21 18:00:15 +0000
commit96fa3156a84c200ac574bcca4aa9c71dc1e30a52 (patch)
tree61d2ff6ade9acdd9d5f759772f16084d112bf455 /www
parent28f16b74aa9b40d9d94c15a1e54c17d16b2626fe (diff)
downloadports-96fa3156a84c200ac574bcca4aa9c71dc1e30a52.tar.gz
ports-96fa3156a84c200ac574bcca4aa9c71dc1e30a52.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/apache22/Makefile1
-rw-r--r--www/apache22/files/apache22.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 21878c900f28..80e03a7f5bc2 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -9,6 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.2.17
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-${PORTVERSION}
diff --git a/www/apache22/files/apache22.in b/www/apache22/files/apache22.in
index be1de3dc4b2a..a324238caf9f 100644
--- a/www/apache22/files/apache22.in
+++ b/www/apache22/files/apache22.in
@@ -64,6 +64,7 @@ load_rc_config $name
if [ -n "$2" ]; then
profile="$2"
if [ "x${apache22_profiles}" != "x" ]; then
+ pidfile="${_pidprefix}.${profile}.pid"
eval apache22_configfile="\${apache22_${profile}_configfile:-}"
if [ "x${apache22_configfile}" = "x" ]; then
echo "You must define a configuration file (apache22_${profile}_configfile)"