aboutsummaryrefslogtreecommitdiff
path: root/www/apache24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache24/Makefile')
-rw-r--r--www/apache24/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index 2de058d2e090..39b2bf2864b6 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -1,5 +1,5 @@
PORTNAME= apache24
-PORTVERSION= 2.4.63
+PORTVERSION= 2.4.64
CATEGORIES= www
MASTER_SITES= APACHE_HTTPD
DISTNAME= httpd-${PORTVERSION}
@@ -33,8 +33,8 @@ SUB_FILES= pkg-install pkg-deinstall
# Fallback MPM after switching from static to modular MPM
SUB_LIST+= MPMF="000_mpm_prefork_fallback.conf"
-USERS= www
-GROUPS= www
+USERS?= ${WWWOWN}
+GROUPS?= ${WWWGRP}
.include "${.CURDIR}/Makefile.options"
.include "${.CURDIR}/Makefile.options.desc"