aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmware3
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2003-02-12 19:15:54 +0000
committerAlexander Langer <alex@FreeBSD.org>2003-02-12 19:15:54 +0000
commit7c0370e8fbbd6464a4e3c32edcda171f9a1753fb (patch)
treebf469da47eac993b22f9385d3e7be1e78890bd76 /emulators/vmware3
parentd688664e3fce978bbc8ae42047c817ba68523d36 (diff)
downloadports-7c0370e8fbbd6464a4e3c32edcda171f9a1753fb.tar.gz
ports-7c0370e8fbbd6464a4e3c32edcda171f9a1753fb.zip
Notes
Diffstat (limited to 'emulators/vmware3')
-rw-r--r--emulators/vmware3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index eac87f137c14..00c5b6c80057 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -114,7 +114,7 @@ post-patch:
cat ${FILESDIR}/fo_ioctl.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
.endif
.if ${OSVERSION} >= 500100
- cat ${FILESDIR}/filedesc.patch | (cd ${WRKSRC} && patch)
+ cat ${FILESDIR}/filedesc.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
cat ${FILESDIR}/m_waitok.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
.endif
@@ -174,6 +174,10 @@ pre-install: setoptions
post-install:
${LN} -sf ${PREFIX}/etc/vmware /etc/
+.if ${OSVERSION} >= 500100
+ ${RM} -f ${LINUXBASE}/dev/vmnet1
+ ${LN} -sf /dev/vmnet1 ${LINUXBASE}/dev/vmnet1
+.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>