diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:44:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:44:29 +0000 |
commit | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (patch) | |
tree | e293f6a477a8a77c5c37ad9f0769b3e49cd83158 /misc/mc | |
parent | 5aa5bdafe4c00759989f571dcedb711d708fbfd0 (diff) | |
download | pkgsrc-daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c.tar.gz |
Update package Makefiles for automatic manual page handling.
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 ; \ |