From cbfd7fe7a1c4774ac48c031dedb89b7298050c8b Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 4 Oct 2005 18:19:16 +0000 Subject: Use CONFIGURE_HAS_MANDIR=NO because configure is old and does not know --mandir. (This still needs a patch that I have to commit.) --- lang/mawk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index e321ebbb029..35f93e521b5 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/07 19:10:16 reed Exp $ +# $NetBSD: Makefile,v 1.15 2005/10/04 18:19:16 reed Exp $ # DISTNAME= mawk-1.3.3 @@ -12,6 +12,7 @@ COMMENT= Mike Brennan's fast awk clone INSTALLATION_DIRS= man/man1 GNU_CONFIGURE= yes +CONFIGURE_HAS_MANDIR= no TEST_TARGET= mawk_test fpe_test .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3