summaryrefslogtreecommitdiff
path: root/net/samba/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r--net/samba/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 4032b3085bd..9d697b2d464 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2001/06/07 20:17:39 jlam Exp $
+# $NetBSD: Makefile,v 1.55 2001/06/10 00:08:47 jlam Exp $
DISTNAME= samba-2.2.0
PKGNAME= ${DISTNAME}nb1
@@ -74,9 +74,8 @@ DOCDIR= ${PREFIX}/share/doc/samba
HTMLDIR= ${PREFIX}/share/doc/html/samba
post-extract:
- ${FIND} ${WRKDIR}/${DISTNAME} -name ".cvsignore" -exec ${RM} -f {} \;
-
-pre-configure: ${BUILDLINK_TARGETS}
+ ${FIND} ${WRKDIR}/${DISTNAME} -name ".cvsignore" -print0 | \
+ ${XARGS} -0 ${RM} -f
pre-install:
for file in nmbd.sh smbd.sh; do \