diff options
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index b2cf96a0fa98..3322893c335a 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -74,6 +74,8 @@ CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ .include <bsd.port.pre.mk> +CONFIGURE_ENV+= TESTDIR=/tmp + .if defined(WITH_SYSLOG) CONFIGURE_ARGS+= --with-syslog .endif |