diff options
author | jlam <jlam> | 2001-06-20 05:29:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-20 05:29:22 +0000 |
commit | 267979bece9f5224098eb1a546b8f774511300c8 (patch) | |
tree | e74d847f65f9794f64372a3cda30ad0be7829b36 /misc | |
parent | fd00a32d81138def323d7249feaeb655a317116d (diff) | |
download | pkgsrc-267979bece9f5224098eb1a546b8f774511300c8.tar.gz |
Create the examples directory before trying to install into it.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vfu/Makefile | 4 |
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}; \ |