pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mawk Use CONFIGURE_HAS_MANDIR=NO because configur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2db7896053b
branches:  trunk
changeset: 500248:e2db7896053b
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Oct 04 18:19:16 2005 +0000

description:
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:

 lang/mawk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4331ca8827cc -r e2db7896053b lang/mawk/Makefile
--- a/lang/mawk/Makefile        Tue Oct 04 18:14:30 2005 +0000
+++ b/lang/mawk/Makefile        Tue Oct 04 18:19:16 2005 +0000
@@ -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 @@
 INSTALLATION_DIRS=     man/man1
 
 GNU_CONFIGURE= yes
+CONFIGURE_HAS_MANDIR=  no
 TEST_TARGET=   mawk_test fpe_test
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index