pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/vmware-module3 switch to using INSTALLATION_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ace300456e60
branches:  trunk
changeset: 534085:ace300456e60
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Thu Oct 11 10:22:56 2007 +0000

description:
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:

 emulators/vmware-module3/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0edf7f8408a2 -r ace300456e60 emulators/vmware-module3/Makefile
--- a/emulators/vmware-module3/Makefile Thu Oct 11 09:49:59 2007 +0000
+++ b/emulators/vmware-module3/Makefile Thu Oct 11 10:22:56 2007 +0000
@@ -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 @@
 
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index