summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-05-26 05:42:51 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-05-26 05:42:51 +0000
commit6ffb1e67a7fe9b17c47f7fb477a2019462ce5819 (patch)
treedb8460f47121a287cbefee07f67a4ddb70af5a2e /emulators
parentDelete the extremely old, buggy and generally Evil StarOffice 3.1 port. (diff)
Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND().
PR: ports/18799 Submitted by: Vladimir B. Grebenschikov <vova@express.ru> Fix by: Kentaro Inagaki <inagaki@tg.rim.or.jp> Advice by: peter Tested by: people at freebsd-emulation list
Notes
Notes: svn path=/head/; revision=28764
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmware2/Makefile1
-rw-r--r--emulators/vmware3/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile
index 8c3e94090f8a..5f2147f6592c 100644
--- a/emulators/vmware2/Makefile
+++ b/emulators/vmware2/Makefile
@@ -62,6 +62,7 @@ MAKE_ARGS= KMODDIR="${VMDIR}/lib/modules"
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
+ ${RM} -rf ${WRKSRC}/vmmon-only/linux/
setoptions:
${SED} -e 's;@@PREFIX@@;${PREFIX};' \
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index 8c3e94090f8a..5f2147f6592c 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -62,6 +62,7 @@ MAKE_ARGS= KMODDIR="${VMDIR}/lib/modules"
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
+ ${RM} -rf ${WRKSRC}/vmmon-only/linux/
setoptions:
${SED} -e 's;@@PREFIX@@;${PREFIX};' \