summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ntfs/files/patch-src-Makefile.in
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-02-19 21:38:12 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-02-19 21:38:12 +0000
commitf23d879b77e765fdf1160b7b30636cff188a65f1 (patch)
tree39c529f3134beef1dc4ac2dde313cd6fce26b730 /sysutils/fusefs-ntfs/files/patch-src-Makefile.in
parent- Bump portrevision to pick up pkg-plist change. (diff)
- Update to version 1.2216.
- Add note in README.FreeBSD about mount(8) workarounds (symlink/patch) for using from /etc/fstab in FreeBSD >= 7.x, as external types are hard coded in mount.c.
Diffstat (limited to 'sysutils/fusefs-ntfs/files/patch-src-Makefile.in')
-rw-r--r--sysutils/fusefs-ntfs/files/patch-src-Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fusefs-ntfs/files/patch-src-Makefile.in b/sysutils/fusefs-ntfs/files/patch-src-Makefile.in
index 8928cb5a4e92..a9c1e4ec380f 100644
--- a/sysutils/fusefs-ntfs/files/patch-src-Makefile.in
+++ b/sysutils/fusefs-ntfs/files/patch-src-Makefile.in
@@ -1,5 +1,5 @@
---- src/Makefile.in.orig Mon Jan 28 16:08:09 2008
-+++ src/Makefile.in Fri Feb 8 16:05:14 2008
+--- src/Makefile.in.orig 2008-02-16 14:14:31.000000000 -0300
++++ src/Makefile.in 2008-02-18 18:31:40.000000000 -0300
@@ -638,7 +638,7 @@
info-am:
@@ -13,7 +13,7 @@
install-exec-local:
$(INSTALL) -d "$(DESTDIR)$(rootsbindir)"
-- $(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)$(rootsbindir)/mount.ntfs-3g"
+- $(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)/sbin/mount.ntfs-3g"
+ $(LN_S) -f "$(rootbindir)/ntfs-3g" "/usr/sbin/mount_ntfs-3g"
install-data-local: