summaryrefslogtreecommitdiff
path: root/emulators/vmware/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-02-23 15:17:06 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-02-23 15:17:06 +0000
commit5f07e4065fc03b1597774ab9a43579691387d071 (patch)
treeed74e61f2bd8dd09ce538b756303eb8cac7fdbae /emulators/vmware/Makefile
parentUpdate MASTER_SITES: drop ~roam/ from the URL. (diff)
Fix creation of /etc/vmware link (merge from vmware2 port)
Requested by: Julian Elischer <julian@elischer.org>
Notes
Notes: svn path=/head/; revision=38636
Diffstat (limited to 'emulators/vmware/Makefile')
-rw-r--r--emulators/vmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile
index ceeab8f2d7a1..b77ffc6b4e5b 100644
--- a/emulators/vmware/Makefile
+++ b/emulators/vmware/Makefile
@@ -109,7 +109,7 @@ pre-install: setoptions
.endif
post-install:
- ${LN} -s ${PREFIX}/etc/vmware /etc/vmware
+ ${LN} -sf ${PREFIX}/etc/vmware /etc/
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>