aboutsummaryrefslogtreecommitdiff
path: root/net/samba/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-06 21:01:43 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-06 21:01:43 +0000
commitf32d54e24cc10644d7d431687e0d073604c09348 (patch)
tree32383ac43d694e2d9b4c025e10bf84d3f26bd0d0 /net/samba/Makefile
parent2de884520a57f3eda9a525170cb7bcd5af480b8a (diff)
Notes
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r--net/samba/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 868fd2fdc724..06e0ce20d0e7 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= samba
-PORTVERSION= 2.2.3a
+PORTVERSION= 2.2.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \
ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \
@@ -17,10 +17,7 @@ MASTER_SITE_SUBDIR= . old-versions old
MAINTAINER= dwcjr@FreeBSD.org
-.if defined(WITH_RECYCLE)
-PATCH_SITES+= http://www.amherst.edu/~bbstone/recycle_bin/2.2.3/
-PATCHFILES+= proto.h.patch loadparm.c.patch reply.c.patch
-.endif
+USE_BZIP2= YES
# directories
VARDIR= /var
@@ -37,7 +34,8 @@ CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-sambabook=${PREFIX}/share/swat/using_samba \
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} \
- --with-pam
+ --with-pam --with-piddir=${VARDIR}/run \
+ --with-logfilebase
.include <bsd.port.pre.mk>