summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authorreed <reed>2005-10-04 18:19:16 +0000
committerreed <reed>2005-10-04 18:19:16 +0000
commit13b126b5ba3ecc3838b8fbcb4a0cfb7207cf1ada (patch)
treee565394e40d45390301bc6e0bcb44fdc87d43091 /lang/mawk
parent86e2e68def364726a322de3db5e0e636e3b38fb0 (diff)
downloadpkgsrc-13b126b5ba3ecc3838b8fbcb4a0cfb7207cf1ada.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"