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