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/xvile/Makefile | |
parent | 78867d023d99f955ad501874f93199e5825dd5f1 (diff) | |
download | pkgsrc-27ec96e5a9c99dd4e3c3489bea50e5f02e63143b.tar.gz |
${MKDIR} includes '-p' by default
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r-- | editors/xvile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |