aboutsummaryrefslogtreecommitdiff
path: root/net/samba/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-09-02 20:04:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-09-02 20:04:25 +0000
commit8404ee351d33d49ad59c33b3b46f2d486721f7ff (patch)
treea14de83b042ec5722002072c87cab52410750a3c /net/samba/Makefile
parent41d71c8fbba37ca3d00e03151719965ca7382dfd (diff)
Notes
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r--net/samba/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 7653f9dd9362..bc259ec56975 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -20,7 +20,6 @@ PATCH_SITES+= ftp://totem.fix.no/pub/mirrors/misc/:smbjail \
ftp://ftp.nuug.no/pub/anders/distfiles/:smbjail
PATCHFILES+= samba-2.2.10-freebsd-jail-patch-20040806.gz:smbjail
.endif
-
.if defined(WITH_BROWSING_HACKS)
PATCH_SITES+= http://cell.sick.ru/~glebius/patches/ \
http://people.FreeBSD.org/~glebius/
@@ -29,11 +28,11 @@ PATCHFILES+= samba-2.2.9-browsing-hacks.diff
MAINTAINER= ports@FreeBSD.org
COMMENT= A free SMB and CIFS client and server for UNIX
-CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.*
+CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.*
USE_SUBMAKE= YES
USE_GMAKE= YES
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER= 13
USE_AUTOCONF_VER= 213
# directories
@@ -235,8 +234,8 @@ post-install:
.if defined(WITH_AUDIT) || defined(WITH_RECYCLE)
# @${RM} -rf ${PREFIX}/share/examples/samba/VFS/.libs
${FIND} ${PREFIX}/share/examples/samba/VFS -type d -name ".libs" | ${XARGS} ${RM} -r
- @for file in audit.o audit.so recycle/recycle.o recycle/recycle.so skel.o skel.so ; do \
- ${RM} ${PREFIX}/share/examples/samba/VFS/$${file} ; \
+ @for ifile in audit.o audit.so recycle/recycle.o recycle/recycle.so skel.o skel.so ; do \
+ ${RM} ${PREFIX}/share/examples/samba/VFS/$${ifile} ; \
done
.endif
@if [ ! -f ${STARTUP_SCRIPT} ]; then \