diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-26 05:42:51 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-26 05:42:51 +0000 |
commit | 6ffb1e67a7fe9b17c47f7fb477a2019462ce5819 (patch) | |
tree | db8460f47121a287cbefee07f67a4ddb70af5a2e /emulators/vmware2 | |
parent | Delete 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/vmware2')
-rw-r--r-- | emulators/vmware2/Makefile | 1 |
1 files changed, 1 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};' \ |