diff options
author | joerg <joerg> | 2007-09-02 11:16:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-09-02 11:16:53 +0000 |
commit | aed686a93dc32a438c92d08a6b38fe4c76b6da5a (patch) | |
tree | 95e4b4203736f3901d74f0477ade668bfc8337b8 /chat | |
parent | f81e8229e4799445f61b424b096a075de1538524 (diff) | |
download | pkgsrc-aed686a93dc32a438c92d08a6b38fe4c76b6da5a.tar.gz |
Skip wrkdir reference check in documentation.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/meanwhile/Makefile | 4 |
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" |