mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Don't remove a config file the port doesn't install.
PR: 224595 Reported by: Mikhail Golub <gmn@gmn.org.ua> Reviewed by: John Wolfe <jwolfe@vmware.com>
This commit is contained in:
parent
d50c096ddf
commit
daf9ab50f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457485
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
PORTNAME= open-vm-tools
|
PORTNAME= open-vm-tools
|
||||||
PORTVERSION= ${RELEASE_VER}
|
PORTVERSION= ${RELEASE_VER}
|
||||||
DISTVERSIONPREFIX= stable-
|
DISTVERSIONPREFIX= stable-
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 2
|
PORTEPOCH= 2
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,6 @@ share/vmware-tools/vm-support
|
||||||
%%DATADIR%%/messages/ko/toolboxcmd.vmsg
|
%%DATADIR%%/messages/ko/toolboxcmd.vmsg
|
||||||
%%DATADIR%%/messages/ko/vmtoolsd.vmsg
|
%%DATADIR%%/messages/ko/vmtoolsd.vmsg
|
||||||
%%DATADIR%%/messages/zh_CN/toolboxcmd.vmsg
|
%%DATADIR%%/messages/zh_CN/toolboxcmd.vmsg
|
||||||
@rmtry share/vmware-tools/tools.conf
|
|
||||||
@rmtry etc/vmware-tools/plugins
|
@rmtry etc/vmware-tools/plugins
|
||||||
etc/pam.d/vmtoolsd
|
etc/pam.d/vmtoolsd
|
||||||
@dir %%DATADIR%%/scripts/vmware
|
@dir %%DATADIR%%/scripts/vmware
|
||||||
|
|
Loading…
Add table
Reference in a new issue