summaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools/files/patch-services-Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-11-16 04:35:59 +0000
committerSteve Wills <swills@FreeBSD.org>2013-11-16 04:35:59 +0000
commit4aff9086cc4bf476a937f69d3e15d7ff270835ea (patch)
treec60c6549427577a8cba8cddadfef26968109ecd1 /emulators/open-vm-tools/files/patch-services-Makefile
parentUpdate to Wine 1.6.1 which brings various bug fixes and translation (diff)
- Update to 9.2.3-1031360 [1]
- Fix build on CURRENT PR: ports/180471 [1] (partially) Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1] (partially)
Diffstat (limited to 'emulators/open-vm-tools/files/patch-services-Makefile')
-rw-r--r--emulators/open-vm-tools/files/patch-services-Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/open-vm-tools/files/patch-services-Makefile b/emulators/open-vm-tools/files/patch-services-Makefile
deleted file mode 100644
index 8010d3b1a214..000000000000
--- a/emulators/open-vm-tools/files/patch-services-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- services/Makefile.am.orig 2009-02-28 20:48:46.000000000 +0100
-+++ services/Makefile.am 2009-02-28 20:49:28.000000000 +0100
-@@ -20,6 +20,5 @@
- SUBDIRS += plugins
-
- install-exec-local:
-- mkdir -p $(DESTDIR)/etc/vmware-tools
-- ln -sf `dirname $(VMSVC_PLUGIN_INSTALLDIR)` $(DESTDIR)/etc/vmware-tools/plugins
-+ mkdir -p $(DESTDIR)$(prefix)/etc/vmware-tools
-
---- services/Makefile.in.orig 2009-02-28 20:48:52.000000000 +0100
-+++ services/Makefile.in 2009-02-28 20:49:46.000000000 +0100
-@@ -642,8 +642,7 @@
-
-
- install-exec-local:
-- mkdir -p $(DESTDIR)/etc/vmware-tools
-- ln -sf `dirname $(VMSVC_PLUGIN_INSTALLDIR)` $(DESTDIR)/etc/vmware-tools/plugins
-+ mkdir -p $(DESTDIR)$(prefix)/etc/vmware-tools
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.