From 81edaaa606a86e87c2885489ad72ee9908969aba Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- emulators/vmware/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emulators/vmware') diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index 9f9315fcf58..dcef2a00e2f 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:51 jlam Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -36,6 +36,8 @@ VMWARE_CFG_DIR= ${PREFIX}/emul/linux/etc/vmware .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= bin man/man1 + do-build: ${GZCAT} ${WRKSRC}/man/man1/vmware.1.gz > ${WRKDIR}/vmware.1 -- cgit v1.2.3