diff options
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 9c927a04c9a..a7a07932144 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/05/09 15:24:44 frueauf Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/22 12:52:33 agc Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # @@ -14,9 +14,6 @@ DEPENDS+= ncurses-1.9.9g:../../devel/ncurses GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-ncurses --without-edit --without-subshell -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 ; \ |