freebsd-ports/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in
Julien Laffaye a5b68f24f9 Update to 2011.4.12
Do no install files outside PREFIX

PR:		ports/156615 (based on)
Submitted by:	bartoletti <coder@tuxfamily.org>
Approved by:	tabthorpe (mentor)
2011-07-10 16:29:38 +00:00

15 lines
649 B
Text

--- ./ntfsprogs/Makefile.in.orig 2011-07-08 16:21:25.000000000 +0100
+++ ./ntfsprogs/Makefile.in 2011-07-08 16:21:40.000000000 +0100
@@ -1073,12 +1073,8 @@
# mkfs.ntfs[.8] hard link
@ENABLE_NTFSPROGS_TRUE@install-exec-hook:
-@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)/sbin
-@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs
@ENABLE_NTFSPROGS_TRUE@install-data-hook:
-@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)$(man8dir)
-@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8
@ENABLE_NTFSPROGS_TRUE@uninstall-local:
@ENABLE_NTFSPROGS_TRUE@ $(RM) -f $(DESTDIR)/sbin/mkfs.ntfs