summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorhira <hira>2006-09-30 22:57:22 +0000
committerhira <hira>2006-09-30 22:57:22 +0000
commit542b2e96e74a661ee74eb4eeaab35747e0cabd79 (patch)
treef4c7a96629ce5bf6f514b18da5d941a1723fa6e9 /net/samba
parent1c94bcc21b4b9df2c62efc1fbfee18d771a2e4dc (diff)
downloadpkgsrc-542b2e96e74a661ee74eb4eeaab35747e0cabd79.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 }'