summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-20 05:29:22 +0000
committerjlam <jlam@pkgsrc.org>2001-06-20 05:29:22 +0000
commitd3934f82682292047ece0e4a44f2423f4fc642ec (patch)
treee74d847f65f9794f64372a3cda30ad0be7829b36 /misc
parent6dcb41e0dc96583058aed1725985d7d0cb73beb8 (diff)
downloadpkgsrc-d3934f82682292047ece0e4a44f2423f4fc642ec.tar.gz
Create the examples directory before trying to install into it.
Diffstat (limited to 'misc')
-rw-r--r--misc/vfu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile
index a32f1d7dfde..1a0b3f47d55 100644
--- a/misc/vfu/Makefile
+++ b/misc/vfu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/06/20 05:27:32 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2001/06/20 05:29:22 jlam Exp $
#
DISTNAME= vfu-3.01
@@ -41,7 +41,7 @@ do-install:
rx/$$i > rx/$$i.new; \
${INSTALL_SCRIPT} rx/$$i.new ${PREFIX}/bin/$$i; \
done
- ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR} ${EGDIR}
cd ${WRKSRC}; \
${INSTALL_DATA} COPYING INSTALL vfu/README VFU.txt ${DOCDIR}
cd ${WRKSRC}; \