1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix typo in default keytab name; bump PORTREVISION.

This has now been verified to work.
This commit is contained in:
Garrett Wollman 2002-07-18 20:00:17 +00:00
parent bffc3f0e79
commit b4b23fe6b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63215
2 changed files with 4 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \