diff options
Diffstat (limited to 'net/samba-devel/Makefile')
-rw-r--r-- | net/samba-devel/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index f302f1dc9ed2..bc28efbe1537 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= samba PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \ ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \ @@ -22,6 +23,11 @@ MAINTAINER= dwcjr@FreeBSD.org LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups .endif +.if defined(WITH_RECYCLE) +PATCH_SITES+= http://www.amherst.edu/~bbstone/recycle_bin/2.2.2/ +PATCHFILES+= proto.h.patch loadparm.c.patch reply.c.patch +.endif + # directories VARDIR= /var SAMBA_SPOOL= ${VARDIR}/spool/samba |