diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 4 | ||||
-rw-r--r-- | editors/xvile/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index f1e944db222..dfb1a3b05a5 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/01/15 18:46:26 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2000/02/05 18:30:59 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp DISTNAME= vile-9.0 @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-screen=ncurses .endif post-install: - -@${MKDIR} -p ${PREFIX}/share/examples/vile + -@${MKDIR} ${PREFIX}/share/examples/vile @for f in filters/spell.rc filters/filters.rc \ macros/digraphs.rc macros/pictmode.rc \ macros/manpage.rc visvile/visvile.rc; do \ diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index f02eded383a..117d3a789ef 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/01/20 08:43:57 agc Exp $ +# $NetBSD: Makefile,v 1.23 2000/02/05 18:32:02 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --with-screen=Xaw --with-xpm --with-perl --with-lib-dir=${X11BA INSTALL_TARGET= install install-perl post-install: - -@${MKDIR} -p ${PREFIX}/share/examples/xvile + -@${MKDIR} ${PREFIX}/share/examples/xvile @for f in filters/spell.rc filters/filters.rc \ macros/digraphs.rc macros/pictmode.rc \ macros/manpage.rc visvile/visvile.rc; do \ |