diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-28 00:11:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-28 00:11:45 +0000 |
commit | 8a23cf5b28ba43dc0d236e276586f220f44231ae (patch) | |
tree | b4752d7f6305c415c29e1a2244aa68ebb78019ab /sysutils | |
parent | 1f6d29935a5462d49300da89f3a8de9e9bb21bd9 (diff) | |
download | pkgsrc-8a23cf5b28ba43dc0d236e276586f220f44231ae.tar.gz |
-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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/vifm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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/" \ |