diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 18:30:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 18:30:59 +0000 |
commit | 27ec96e5a9c99dd4e3c3489bea50e5f02e63143b (patch) | |
tree | 684419c426d36380b8e95f55ad3a7232a3c64c90 /editors | |
parent | 78867d023d99f955ad501874f93199e5825dd5f1 (diff) | |
download | pkgsrc-27ec96e5a9c99dd4e3c3489bea50e5f02e63143b.tar.gz |
${MKDIR} includes '-p' by default
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 \ |