summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2006-09-30 22:57:22 +0000
committerhira <hira@pkgsrc.org>2006-09-30 22:57:22 +0000
commit07bf91c9b960fbfb6899cb0d1e96dac77207f993 (patch)
treef4c7a96629ce5bf6f514b18da5d941a1723fa6e9 /net/samba
parent09b786018011740a396ac2e63467f198e742e53e (diff)
downloadpkgsrc-07bf91c9b960fbfb6899cb0d1e96dac77207f993.tar.gz
Fix perl path in findsmb. Bump PKGREVISION.
This closes PR pkg/34520. OK'd by agc@.
Diffstat (limited to 'net/samba')
-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 }'