diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-05-20 09:45:25 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-05-20 09:45:25 +0000 |
commit | 8d1d60ef9368ed37747a1205c6d7ee7dc26658d5 (patch) | |
tree | dbc874639fd29c492cf18e8c7e604f78f234eb19 | |
parent | 73727e9479bbcde392b09f47a4bd0a34943ff5bb (diff) | |
download | ports-8d1d60ef9368ed37747a1205c6d7ee7dc26658d5.tar.gz ports-8d1d60ef9368ed37747a1205c6d7ee7dc26658d5.zip |
Notes
-rw-r--r-- | www/mod_authnz_external/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_authnz_external/Makefile b/www/mod_authnz_external/Makefile index 7cdcb30b2c89..4a16046e2b36 100644 --- a/www/mod_authnz_external/Makefile +++ b/www/mod_authnz_external/Makefile @@ -8,7 +8,7 @@ PORTNAME= mod_authnz_external PORTVERSION= 3.1.2 CATEGORIES= www -MASTER_SITES= http://mod-auth-external.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= apache22 MAINTAINER= eg@fbsd.lt @@ -18,6 +18,7 @@ USE_APACHE= 22 AP_FAST_BUILD= YES AP_GENPLIST= YES SHORTMODNAME= authnz_external +PROJECTHOST= mod-auth-external PORTDOCS= AUTHENTICATORS INSTALL README \ CHANGES UPGRADE INSTALL.HARDCODE |