summaryrefslogtreecommitdiff
path: root/www/mod_auth_kerb/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-07-18 20:00:17 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-07-18 20:00:17 +0000
commitb4b23fe6b8b83e2f81e86d26fc88d98f022f98da (patch)
tree02f3cb610031b61698c2e488e9efd4af73f9c0e0 /www/mod_auth_kerb/Makefile
parentName the module structure what Apache expects it to be called by default. (diff)
Fix typo in default keytab name; bump PORTREVISION.
This has now been verified to work.
Notes
Notes: svn path=/head/; revision=63215
Diffstat (limited to '')
-rw-r--r--www/mod_auth_kerb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile
index 0fc1fde83996..0b53fbef142a 100644
--- a/www/mod_auth_kerb/Makefile
+++ b/www/mod_auth_kerb/Makefile
@@ -9,6 +9,7 @@
PORTNAME= mod_auth_kerb
PORTVERSION= 4.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=modauthkerb
@@ -34,7 +35,7 @@ do-build:
cd ${WRKSRC} && \
${APXS} -I${KRB5_HOME}/include \
-DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS \
- -DKRB5_DEFAULT_KEYTAB=\"\\\"file:${LOCALBASE}/etc/apache/keytab\\\"\" \
+ -DKRB5_DEFAULT_KEYTAB=\"\\\"FILE:${LOCALBASE}/etc/apache/keytab\\\"\" \
-Dkerb_auth_module=auth_kerb_module \
-c ${PORTNAME}.c \
-L${KRB5_HOME}/lib -Wl,-rpath -Wl,${KRB5_HOME}/lib \