summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2009-02-03 09:46:41 +0000
committeruebayasi <uebayasi@pkgsrc.org>2009-02-03 09:46:41 +0000
commit21c09da07ecf0d9eccede6c7c622ba3ed982ad6c (patch)
treecb78721763f6930b773e9d93b06e6b4798e1b9ba /net
parent2a0a7552f9948ed63276141a067bcf3eabf409b0 (diff)
downloadpkgsrc-21c09da07ecf0d9eccede6c7c622ba3ed982ad6c.tar.gz
Samba embeds lots of debug info into shipped binaries; one is an explicit
source directory source/smbd/build_options.c and __FILE__ lines in DEBUG(). Give up wrkref checks here.
Diffstat (limited to 'net')
-rw-r--r--net/samba/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index bb29d96cf62..7903511ec7c 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.186 2008/11/28 03:17:58 taca Exp $
+# $NetBSD: Makefile,v 1.187 2009/02/03 09:46:41 uebayasi Exp $
.include "Makefile.mirrors"
@@ -23,6 +23,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}/source
GNU_CONFIGURE= yes
BUILD_DEFS+= VARBASE
+CHECK_WRKREF_SKIP= *
.include "../../mk/bsd.prefs.mk"