summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2009-02-03 09:46:41 +0000
committeruebayasi <uebayasi>2009-02-03 09:46:41 +0000
commit6b698cd45f1a816b145f11a03b4a61cb6aa18bf9 (patch)
treecb78721763f6930b773e9d93b06e6b4798e1b9ba /net/samba
parent9a7047b4d7fa49a680748d75d7816a8cdd585759 (diff)
downloadpkgsrc-6b698cd45f1a816b145f11a03b4a61cb6aa18bf9.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/samba')
-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"