summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorreed <reed>2005-10-04 18:19:16 +0000
committerreed <reed>2005-10-04 18:19:16 +0000
commit53cbc49bf876a1a7e5cd8b6aad4ce6700aa949af (patch)
treee565394e40d45390301bc6e0bcb44fdc87d43091 /lang
parent86171b9e41301fc09542999140e9762ae8048f90 (diff)
downloadpkgsrc-53cbc49bf876a1a7e5cd8b6aad4ce6700aa949af.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')
-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"