aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_authz_unixgroup
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-12-16 20:47:26 +0800
committerpav <pav@FreeBSD.org>2007-12-16 20:47:26 +0800
commit28bd44e1c2a1f473ff03e5e9f2b46c636b0ecb8b (patch)
tree365335d7555d101603de18a75b9777094573f658 /www/mod_authz_unixgroup
parentdcc3b09ce3fd3f1a187ab9398eb6878ef814d9a9 (diff)
downloadfreebsd-ports-gnome-28bd44e1c2a1f473ff03e5e9f2b46c636b0ecb8b.tar.gz
freebsd-ports-gnome-28bd44e1c2a1f473ff03e5e9f2b46c636b0ecb8b.tar.zst
freebsd-ports-gnome-28bd44e1c2a1f473ff03e5e9f2b46c636b0ecb8b.zip
- Fix autoconfiguration of httpd.conf
PR: ports/118101 Reported by: nerVo <nervo@no-log.org> Approved by: maintainer timeout (1 month)
Diffstat (limited to 'www/mod_authz_unixgroup')
-rw-r--r--www/mod_authz_unixgroup/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_authz_unixgroup/Makefile b/www/mod_authz_unixgroup/Makefile
index 13b620d00e68..b382ade9e00e 100644
--- a/www/mod_authz_unixgroup/Makefile
+++ b/www/mod_authz_unixgroup/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_authz_unixgroup
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
@@ -16,6 +17,6 @@ COMMENT= A unix group access control module for Apache 2.1 and later
USE_APACHE= 22+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
-SHORTMODNAME= mod_authz_unixgroup
+SHORTMODNAME= authz_unixgroup
.include <bsd.port.mk>