summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-10-04 18:19:16 +0000
committerreed <reed@pkgsrc.org>2005-10-04 18:19:16 +0000
commitcbfd7fe7a1c4774ac48c031dedb89b7298050c8b (patch)
treee565394e40d45390301bc6e0bcb44fdc87d43091 /lang/mawk
parentd6841f244bfd2385ab35c55b183d24e3bb08f100 (diff)
downloadpkgsrc-cbfd7fe7a1c4774ac48c031dedb89b7298050c8b.tar.gz
Use CONFIGURE_HAS_MANDIR=NO because configure is old
and does not know --mandir. (This still needs a patch that I have to commit.)
Diffstat (limited to 'lang/mawk')
-rw-r--r--lang/mawk/Makefile3
1 files changed, 2 insertions, 1 deletions
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"