summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-09-02 11:16:53 +0000
committerjoerg <joerg@pkgsrc.org>2007-09-02 11:16:53 +0000
commit30d931293add4bee562c28a4a1fa18fa263491ce (patch)
tree95e4b4203736f3901d74f0477ade668bfc8337b8
parent3f863bd406db7f07fdb7d04f227b40fbfa59b5bb (diff)
downloadpkgsrc-30d931293add4bee562c28a4a1fa18fa263491ce.tar.gz
Skip wrkdir reference check in documentation.
-rw-r--r--chat/meanwhile/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/meanwhile/Makefile b/chat/meanwhile/Makefile
index 828862e5840..7a1bbf3b855 100644
--- a/chat/meanwhile/Makefile
+++ b/chat/meanwhile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/08/13 05:29:27 dan Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/02 11:16:53 joerg Exp $
#
DISTNAME= meanwhile-1.0.2
@@ -15,6 +15,8 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --disable-doxygen
+CHECK_WRKREF_SKIP+= share/doc/meanwhile-doc-1.0.2/samples/build
+
PKGCONFIG_OVERRIDE+= meanwhile.pc.in
.include "../../devel/glib2/buildlink3.mk"