diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2017-12-29 06:45:57 +0800 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2017-12-29 06:45:57 +0800 |
commit | daf9ab50f72e97d56adf8330a066c6295148f01c (patch) | |
tree | af269afb87e1a3c55c73d80ec830280a17e1d5e7 | |
parent | d50c096ddfeaf383f7df3c842f365b19ba654996 (diff) | |
download | freebsd-ports-gnome-daf9ab50f72e97d56adf8330a066c6295148f01c.tar.gz freebsd-ports-gnome-daf9ab50f72e97d56adf8330a066c6295148f01c.tar.zst freebsd-ports-gnome-daf9ab50f72e97d56adf8330a066c6295148f01c.zip |
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>
-rw-r--r-- | emulators/open-vm-tools/Makefile | 1 | ||||
-rw-r--r-- | emulators/open-vm-tools/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 9923902008f8..0234f3feec15 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -4,6 +4,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} DISTVERSIONPREFIX= stable- +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= emulators diff --git a/emulators/open-vm-tools/pkg-plist b/emulators/open-vm-tools/pkg-plist index ee908051f025..5e8fe2f6ace9 100644 --- a/emulators/open-vm-tools/pkg-plist +++ b/emulators/open-vm-tools/pkg-plist @@ -55,7 +55,6 @@ share/vmware-tools/vm-support %%DATADIR%%/messages/ko/toolboxcmd.vmsg %%DATADIR%%/messages/ko/vmtoolsd.vmsg %%DATADIR%%/messages/zh_CN/toolboxcmd.vmsg -@rmtry share/vmware-tools/tools.conf @rmtry etc/vmware-tools/plugins etc/pam.d/vmtoolsd @dir %%DATADIR%%/scripts/vmware |