cf12848ad4
from similar port sysutils/fusefs-ntfs (other parts taken as well). - Update pkg-descr and pkg-message. PR: ports/126439 Approved by: miwi
21 lines
970 B
Text
21 lines
970 B
Text
--- ntfsprogs/Makefile.in.orig 2007-09-28 19:12:39.000000000 -0300
|
|
+++ ntfsprogs/Makefile.in 2008-08-10 20:53:50.000000000 -0300
|
|
@@ -1072,15 +1072,12 @@
|
|
|
|
install-exec-hook:
|
|
$(INSTALL) -d $(DESTDIR)/sbin
|
|
- $(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs
|
|
-@ENABLE_FUSE_TRUE@ $(LN_S) -f $(bindir)/ntfsmount $(DESTDIR)/sbin/mount.ntfs-fuse
|
|
-@ENABLE_FUSE_TRUE@ $(LN_S) -f $(bindir)/ntfsmount $(DESTDIR)/sbin/mount.fuse.ntfs
|
|
+ $(INSTALL) -d $(DESTDIR)/usr/sbin
|
|
+@ENABLE_FUSE_TRUE@ $(LN_S) -f $(bindir)/ntfsmount $(DESTDIR)/usr/sbin/mount_ntfs-fuse
|
|
|
|
install-data-hook:
|
|
$(INSTALL) -d $(DESTDIR)$(man8dir)
|
|
- $(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8
|
|
-@ENABLE_FUSE_TRUE@ $(LN_S) -f ntfsmount.8 $(DESTDIR)$(man8dir)/mount.ntfs-fuse.8
|
|
-@ENABLE_FUSE_TRUE@ $(LN_S) -f ntfsmount.8 $(DESTDIR)$(man8dir)/mount.fuse.ntfs.8
|
|
+@ENABLE_FUSE_TRUE@ $(LN_S) -f ntfsmount.8 $(DESTDIR)$(man8dir)/mount_ntfs-fuse.8
|
|
|
|
uninstall-local:
|
|
$(RM) -f $(DESTDIR)/sbin/mkfs.ntfs
|