diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2007-10-11 10:22:56 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2007-10-11 10:22:56 +0000 |
commit | 619bc8f10627d8b5743423e50388a29c60813346 (patch) | |
tree | 85c4b2bb316350e087f22739ca3fe6ffda92d56d /emulators | |
parent | c9eadf67e20637262e6cfb723365f199f7e1c118 (diff) | |
download | pkgsrc-619bc8f10627d8b5743423e50388a29c60813346.tar.gz |
switch to using INSTALLATION_DIRS to create all necessary directories
XXX this package needs a major cleanup, but since it doesn't work on
modern versions of NetBSD and is for a severely outdated version of
vmware workstation, I'm not going to worry about it too much
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware-module3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware-module3/Makefile b/emulators/vmware-module3/Makefile index f9c2e61ff6e..971bb21e119 100644 --- a/emulators/vmware-module3/Makefile +++ b/emulators/vmware-module3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/02/22 19:26:29 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/10/11 10:22:56 jnemeth Exp $ DISTNAME= vmware-netbsd-3.2.1.8 PKGNAME= vmware-module-3.2.1.8 @@ -20,6 +20,8 @@ NO_SRC_ON_FTP= already there .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= etc/rc.conf.d etc/rc.d lkm + pre-extract: .if !exists(${BSDSRCDIR}/sys/lib/libkern/libkern.h) @${ECHO_MSG} "Please set BSDSRCDIR in /etc/mk.conf, pointing it" @@ -40,8 +42,6 @@ do-build: .endfor do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lkm - ${INSTALL_DATA_DIR} ${PREFIX}/etc/rc.conf.d ${INSTALL_DATA} ${WRKSRC}/rc.conf.d/linuxrtc ${PREFIX}/etc/rc.conf.d ${INSTALL_DATA} ${WRKSRC}/rc.conf.d/vmmon ${PREFIX}/etc/rc.conf.d ${INSTALL_DATA} ${WRKSRC}/rc.conf.d/vmnet ${PREFIX}/etc/rc.conf.d |