1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Remove unneeded configure arg

Noticed by:	elrond@samba-tng.org
This commit is contained in:
David W. Chapman Jr. 2002-05-14 22:07:47 +00:00
parent 669c6a0c42
commit 98ffbb521c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59113

View File

@ -27,8 +27,7 @@ SAMBA_LOGDIR= ${VARDIR}/log
SAMBA_PRIVATE= ${PREFIX}/private
SAMBA_CONFDIR= ${PREFIX}/etc
CONFIGURE_ARGS= --libdir=${PREFIX}/lib \
--localstatedir=${VARDIR}/lock \
CONFIGURE_ARGS= --localstatedir=${VARDIR}/lock \
--with-privatedir=${SAMBA_PRIVATE} --with-pam \
--with-logdir=${VARDIR}/log --with-tmpdir=${VARDIR}/run