diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:38:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:38:34 +0000 |
commit | 7a0548af2a592814b21d4ada5d2e203b5eb59ea3 (patch) | |
tree | b511bd40874e5dc41dcd8e22f5224dd2e634b846 /www/mod_auth_kerb2 | |
parent | b2b01422b8094e49e8087974c453acbe6fc5512a (diff) | |
download | ports-7a0548af2a592814b21d4ada5d2e203b5eb59ea3.tar.gz ports-7a0548af2a592814b21d4ada5d2e203b5eb59ea3.zip |
Notes
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index 3d8bf1040ed9..964f7d4f3926 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -11,8 +11,7 @@ PORTNAME= mod_auth_kerb PORTVERSION= 5.4 CATEGORIES= www -MASTER_SITES= SF -MASTER_SITE_SUBDIR=modauthkerb +MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module for authenticating users with Kerberos v5 |