diff options
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 03816b2a9e0..9c927a04c9a 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/05/08 23:30:05 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1998/05/09 15:24:44 frueauf Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # @@ -9,16 +9,17 @@ MASTER_SITE_SUBDIR= utils/file/managers/mc MAINTAINER= packages@netbsd.org +DEPENDS+= ncurses-1.9.9g:../../devel/ncurses + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-ncurses --without-edit --without-subshell -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses MAN1= mc.1 mcedit.1 MAN8= mcserv.8 pre-configure: for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \ - echo patching $$f ; \ + ${ECHO} patching $$f ; \ ${CP} -p $$f $$f.tmp ; \ ${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f.tmp > $$f && ${MV} $$f.tmp $$f; \ done |