diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-22 21:10:34 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-22 21:10:34 +0000 |
commit | 82c7f9761b64d78f99f24028d3f7a469d5ce274c (patch) | |
tree | be09572af74cc003e0fcb6a249202fe705e7acaf /emulators/vmware2/Makefile | |
parent | fa2d0e0a64c362a79d2a1b9d85e53b34a8dac64a (diff) | |
download | ports-82c7f9761b64d78f99f24028d3f7a469d5ce274c.tar.gz ports-82c7f9761b64d78f99f24028d3f7a469d5ce274c.zip |
Notes
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r-- | emulators/vmware2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index 5dffbb8ab8f7..269e5e6976c6 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -153,7 +153,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> |