aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vmware3/Makefile
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2000-02-23 04:11:31 +0800
committerjoe <joe@FreeBSD.org>2000-02-23 04:11:31 +0800
commit89b967dd744d5ecf27e57e0e1098d939e08c1503 (patch)
tree93d4c9cb99b8ef2ffc331ab94d29f03a532bef3d /emulators/vmware3/Makefile
parentae1978e219efcf028eb320b0e429a5619dc82f4a (diff)
downloadfreebsd-ports-graphics-89b967dd744d5ecf27e57e0e1098d939e08c1503.tar.gz
freebsd-ports-graphics-89b967dd744d5ecf27e57e0e1098d939e08c1503.tar.zst
freebsd-ports-graphics-89b967dd744d5ecf27e57e0e1098d939e08c1503.zip
Some VMware port cleanup:
- remove [buggy] dependencies from linuxprocfs port, when this port doesn't exist in a system (it's a common situation, because linuxprocfs port isn't included in the official port tree). - remove Makefiles.inc.xxx at cleanup stage - added message about loading kernel modules - added warning when vmware runned with not super-user id Submitted by: Vladimir N. Silyaev <vsilyaev@mindspring.com> PR: ports/16894
Diffstat (limited to 'emulators/vmware3/Makefile')
-rw-r--r--emulators/vmware3/Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index be23c9f10ff..a91041c92b8 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -117,6 +117,19 @@ pre-install: setoptions
.endif
post-install:
- ${LN} -s ${PREFIX}/etc/vmware /etc/vmware
+ @${LN} -s ${PREFIX}/etc/vmware /etc/vmware
+.if !defined(BATCH)
+ @${ECHO} "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
+ @${ECHO} "Before launch vmware, execute the next command"
+ @${ECHO} ${PREFIX}/etc/rc.d/vmware.sh start
+ @${ECHO}
+ @${ECHO} "to load required kernel modules"
+ @${ECHO} "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
+.endif
+
+
+pre-clean:
+ @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.linproc \
+ ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.net
.include <bsd.port.post.mk>
a13129d879bb24157df00cb7db'>- Reset maintainer and remove old MASTER_SITES.wxs2009-08-021-4/+2 * - update to jpeg7dinoex2009-07-181-2/+2 * Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-1/+1 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-2/+2 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-06