summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-05 18:30:59 +0000
committerwiz <wiz>2000-02-05 18:30:59 +0000
commit31bba323deca544409e0f718b1e636961fa8e1a7 (patch)
tree684419c426d36380b8e95f55ad3a7232a3c64c90 /editors/vile
parent5efddf29ee3c1a873c2c080ea55194766bdcaab6 (diff)
downloadpkgsrc-31bba323deca544409e0f718b1e636961fa8e1a7.tar.gz
${MKDIR} includes '-p' by default
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile4
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 \