From 34e7a2071f14d9f36256e7f3d790d38a49174f9d Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 28 Dec 2003 00:11:45 +0000 Subject: -current got redrawwin() -- replace USE_NCURSES with INCOMPAT_CURSES lines. While here, fix location of example config files in source, so that copying them during the first startup works. --- sysutils/vifm/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/vifm/Makefile b/sysutils/vifm/Makefile index 3d5c0853ff8..f80da974dd1 100644 --- a/sysutils/vifm/Makefile +++ b/sysutils/vifm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/09/28 09:13:58 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/28 00:11:45 wiz Exp $ # DISTNAME= vifm-0.1 @@ -13,10 +13,13 @@ COMMENT= Ncurses based file manager with vi like keybindings GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_GMAKE= yes -USE_NCURSES= # redrawwin() + +INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[.-_]* +INCOMPAT_CURSES= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]* pre-configure: @${SED} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \ + -e "s,/usr/local,${PREFIX},g" \ ${WRKSRC}/src/config.c > ${WRKSRC}/src/config.c.new && \ ${MV} ${WRKSRC}/src/config.c.new ${WRKSRC}/src/config.c @${SED} -e "s/USE_SCREEN=0/USE_SCREEN=1/" \ -- cgit v1.2.3