pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/zenirc Use CONFIGURE_HAS_MANDIR=NO



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc0473200ec9
branches:  trunk
changeset: 500691:fc0473200ec9
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Oct 11 20:08:44 2005 +0000

description:
Use CONFIGURE_HAS_MANDIR=NO
because this old configure doesn't support it.
Noticed in kristerw's bulk build.

diffstat:

 chat/zenirc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f7f926faaeea -r fc0473200ec9 chat/zenirc/Makefile
--- a/chat/zenirc/Makefile      Tue Oct 11 20:00:57 2005 +0000
+++ b/chat/zenirc/Makefile      Tue Oct 11 20:08:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/08/28 04:25:28 uebayasi Exp $
+# $NetBSD: Makefile,v 1.9 2005/10/11 20:08:44 reed Exp $
 #
 
 DISTNAME=      zenirc-2.112
@@ -11,6 +11,7 @@
 COMMENT=       IRC client for Emacs
 
 GNU_CONFIGURE= YES
+CONFIGURE_HAS_MANDIR=  NO
 
 .include "../../mk/emacs.mk"
 



Home | Main Index | Thread Index | Old Index