pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/wdiff This uses GNU_CONFIGURE, but it is real...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7523e61c21a3
branches: trunk
changeset: 500456:7523e61c21a3
user: reed <reed%pkgsrc.org@localhost>
date: Sat Oct 08 18:02:57 2005 +0000
description:
This uses GNU_CONFIGURE, but it is really old. So define
CONFIGURE_HAS_MANDIR=no, just like CONFIGURE_HAS_INFODIR=no
is already defined.
(This package has two other build problems for me though ...
lookimg now.)
diffstat:
textproc/wdiff/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e97d81a76348 -r 7523e61c21a3 textproc/wdiff/Makefile
--- a/textproc/wdiff/Makefile Sat Oct 08 17:20:30 2005 +0000
+++ b/textproc/wdiff/Makefile Sat Oct 08 18:02:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/05/25 04:21:29 simonb Exp $
+# $NetBSD: Makefile,v 1.10 2005/10/08 18:02:57 reed Exp $
#
DISTNAME= wdiff-0.5
@@ -11,6 +11,7 @@
GNU_CONFIGURE= yes
CONFIGURE_HAS_INFODIR= no
+CONFIGURE_HAS_MANDIR= no
USE_MAKEINFO= yes
INFO_FILES= wdiff.info
Home |
Main Index |
Thread Index |
Old Index