1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

Fix pkg-plist for WITH_WINBIND_AUTH_CHALLENGE and WITH_WINBIND.

PR:		ports/50112
Submitted by:	gshapiro
Approved by:	maintainer
This commit is contained in:
Oliver Braun 2003-03-24 15:55:28 +00:00
parent fb7e284c21
commit 93955a3bef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77401
2 changed files with 9 additions and 1 deletions

View File

@ -35,6 +35,8 @@ AUDIT?= "@comment "
RECYCLE?= "@comment "
LIBSAMBA?= "@comment "
BUILD_VFS?= "@comment "
WITH_WINBIND?= "@comment "
WITH_WINBIND_AUTH_CHALLENGE?= "@comment "
.if defined(WITH_AUDIT)
AUDIT= ""
@ -111,10 +113,12 @@ WITH_CUPS= yes
.if defined(WITH_WINBIND)
CONFIGURE_ARGS+= --with-winbind
WITH_WINBIND= ""
.endif
.if defined(WITH_WINBIND_AUTH_CHALLENGE)
CONFIGURE_ARGS+= --with-winbind-auth-challenge
WITH_WINBIND_AUTH_CHALLENGE= ""
.endif
pre-fetch:
@ -166,7 +170,9 @@ SED_PLIST= ${SED} -e 's!${PREFIX}!%D!g'
PLIST_SUB= AUDIT=${AUDIT} \
RECYCLE=${RECYCLE} \
LIBSAMBA=${LIBSAMBA} \
BUILD_VFS=${BUILD_VFS}
BUILD_VFS=${BUILD_VFS} \
WITH_WINBIND=${WITH_WINBIND} \
WITH_WINBIND_AUTH_CHALLENGE=${WITH_WINBIND_AUTH_CHALLENGE}
.if defined(WITH_RECYCLE) || defined(WITH_AUDIT)
post-build:

View File

@ -15,6 +15,8 @@ bin/smbtar
bin/tdbbackup
bin/testparm
bin/testprns
%%WITH_WINBIND_AUTH_CHALLENGE%%bin/wbinfo
%%WITH_WINBIND%%sbin/winbindd
etc/codepages/codepage.1125
etc/codepages/unicode_map.1125
etc/codepages/unicode_map.KOI8-U