diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-16 12:47:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-16 12:47:26 +0000 |
commit | 5816ee80ad641e54275e4a79d540a045c6ece28a (patch) | |
tree | 0408ac6ce0850ef6627c88bc31dbda27e5bf7152 /www | |
parent | - Update to 2.4.6 (diff) |
- Fix autoconfiguration of httpd.conf
PR: ports/118101
Reported by: nerVo <nervo@no-log.org>
Approved by: maintainer timeout (1 month)
Notes
Notes:
svn path=/head/; revision=203847
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_authz_unixgroup/Makefile | 3 |
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> |