diff options
author | reed <reed@pkgsrc.org> | 2005-10-08 18:02:57 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-08 18:02:57 +0000 |
commit | e077f2837896e692a3ec871c4a3360963a2869aa (patch) | |
tree | 903c5679e8f3fef705a77a26320bc1f950e97977 /textproc | |
parent | 8d214c1645ad9fb48b4f5edd1ea06066c8d39d15 (diff) | |
download | pkgsrc-e077f2837896e692a3ec871c4a3360963a2869aa.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/wdiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index 2e276c6198e..00f8e17589e 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -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 @@ COMMENT= Word-by-word diff GNU_CONFIGURE= yes CONFIGURE_HAS_INFODIR= no +CONFIGURE_HAS_MANDIR= no USE_MAKEINFO= yes INFO_FILES= wdiff.info |