summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/samba/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 17653ff9f62..63e4e4e9c5e 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.163 2006/09/14 16:17:43 rillig Exp $
+# $NetBSD: Makefile,v 1.164 2006/09/30 22:57:22 hira Exp $
.include "Makefile.mirrors"
DISTNAME= samba-3.0.22
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/}
DIST_SUBDIR= ${DISTNAME}
@@ -82,6 +82,11 @@ PLIST_SUBST+= SMBMOUNT="@comment "
#
USE_TOOLS+= mktemp
+# findsmb uses perl
+#
+USE_TOOLS+= perl:run
+REPLACE_PERL= source/script/findsmb.in
+
.if !defined(PWD_MKDB)
PWD_MKDB!= ${TYPE} pwd_mkdb 2>&1 | \
${AWK} '/not found/ { print "pwd_mkdb"; exit } { print $$3 }'