mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
- Depend on devel/libublio instead of fetching sources and integrating them. - Install symlink in /usr/sbin/mount_ntfs-3g, to allow using with 'mount -t ntfs-3g' and in /etc/fstab, after mounting /usr. - Change default UBLIO_BLOCKSIZE value to 262144. - Update pkg-message, with notes about the mount_ntfs-3g symlink, and about problems with many simultaneous operations (not ublio's problem, but incremented when used with a larger blocksize).
22 lines
618 B
Text
22 lines
618 B
Text
--- src/Makefile.in.orig Sat Aug 25 18:23:50 2007
|
|
+++ src/Makefile.in Mon Sep 10 15:23:40 2007
|
|
@@ -528,7 +528,7 @@
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-data-local install-man
|
|
+install-data-am: install-man
|
|
|
|
install-exec-am: install-binPROGRAMS install-exec-local
|
|
@$(NORMAL_INSTALL)
|
|
@@ -590,8 +590,8 @@
|
|
@RUN_LDCONFIG_TRUE@ $(LDCONFIG)
|
|
|
|
install-exec-local:
|
|
- $(INSTALL) -d $(DESTDIR)/sbin
|
|
- $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
|
|
+ $(INSTALL) -d $(DESTDIR)/usr/sbin
|
|
+ $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/usr/sbin/mount_ntfs-3g
|
|
|
|
install-data-local:
|
|
$(INSTALL) -d $(DESTDIR)$(man8dir)
|