ports/emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in
Steve Wills 4fcab40851 - Add an ugly hack to rename base64.h so that it doesn't conflict with the one
installed by security/heimdal

PR:		ports/177454
Reported by:	Andriy Syrovenko <andriys@gmail.com>
2014-01-01 16:49:02 +00:00

12 lines
590 B
Text

--- vmblockmounter/Makefile.in.orig 2013-12-27 17:42:57.000000000 +0000
+++ vmblockmounter/Makefile.in 2013-12-27 17:44:31.000000000 +0000
@@ -644,9 +644,6 @@
@FREEBSD_TRUE@install-exec-hook:
@FREEBSD_TRUE@ mv $(DESTDIR)$(sbindir)/mount.vmblock \
@FREEBSD_TRUE@ $(DESTDIR)$(sbindir)/mount_vmblock
-@FREEBSD_TRUE@ -$(MKDIR_P) $(DESTDIR)/sbin
-@FREEBSD_TRUE@ -$(LN_S) $(DESTDIR)$(sbindir)/mount_vmblock \
-@FREEBSD_TRUE@ $(DESTDIR)/sbin/mount_vmblock &> /dev/null
@FREEBSD_TRUE@uninstall-hook:
@FREEBSD_TRUE@ rm -f $(DESTDIR)$(sbindir)/mount_vmblock
@FREEBSD_FALSE@install-exec-hook: