diff options
Diffstat (limited to 'www/mod_authz_unixgroup')
-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> |