summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2003-12-28 00:11:45 +0000
committerwiz <wiz>2003-12-28 00:11:45 +0000
commit34e7a2071f14d9f36256e7f3d790d38a49174f9d (patch)
treeb4752d7f6305c415c29e1a2244aa68ebb78019ab /sysutils
parentcd1cf5dd87dae652d8eb786b63e2e4a55c1e0a1d (diff)
downloadpkgsrc-34e7a2071f14d9f36256e7f3d790d38a49174f9d.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/Makefile7
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/" \