diff options
author | wiz <wiz> | 2000-02-05 18:30:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-05 18:30:59 +0000 |
commit | 8d7d6c0b1f3ce5193a58ecfd00d8413b95c50de7 (patch) | |
tree | 684419c426d36380b8e95f55ad3a7232a3c64c90 /editors/vile/Makefile | |
parent | 576764a2cf6c285ae0af6ea004b061e3e3655c5a (diff) | |
download | pkgsrc-8d7d6c0b1f3ce5193a58ecfd00d8413b95c50de7.tar.gz |
${MKDIR} includes '-p' by default
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r-- | editors/vile/Makefile | 4 |
1 files changed, 2 insertions, 2 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 \ |