diff options
author | reed <reed> | 2005-10-08 18:02:57 +0000 |
---|---|---|
committer | reed <reed> | 2005-10-08 18:02:57 +0000 |
commit | e3e6feba5f1acc04e81e53cdbbc22c63cf6aa172 (patch) | |
tree | 903c5679e8f3fef705a77a26320bc1f950e97977 /textproc | |
parent | c35374c12547679662ce4e99a5436772b84e2eae (diff) | |
download | pkgsrc-e3e6feba5f1acc04e81e53cdbbc22c63cf6aa172.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 |