diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-18 20:00:17 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-18 20:00:17 +0000 |
commit | b4b23fe6b8b83e2f81e86d26fc88d98f022f98da (patch) | |
tree | 02f3cb610031b61698c2e488e9efd4af73f9c0e0 /www/mod_auth_kerb2 | |
parent | bffc3f0e797e292a06d94a19e5df5cf3cf62261e (diff) | |
download | ports-b4b23fe6b8b83e2f81e86d26fc88d98f022f98da.tar.gz ports-b4b23fe6b8b83e2f81e86d26fc88d98f022f98da.zip |
Notes
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index 0fc1fde83996..0b53fbef142a 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/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 \ |