pkgsrc/textproc/wdiff/Makefile
reed e502cc968d 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.)
2005-10-08 18:02:57 +00:00

19 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/10/08 18:02:57 reed Exp $
#
DISTNAME= wdiff-0.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/wdiff/wdiff.html
COMMENT= Word-by-word diff
GNU_CONFIGURE= yes
CONFIGURE_HAS_INFODIR= no
CONFIGURE_HAS_MANDIR= no
USE_MAKEINFO= yes
INFO_FILES= wdiff.info
.include "../../mk/bsd.pkg.mk"