diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-06-24 04:44:58 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-06-24 04:44:58 +0800 |
commit | 29b5a25e95eeecaca732db164c9781591bbf8896 (patch) | |
tree | 667e3920a69d92d05ecef27602fd6cf01345a0c8 /sysutils/fusefs-ntfs | |
parent | 0e2eb75dbacee0be1397a5d8df92ad9a7fa364de (diff) | |
download | freebsd-ports-gnome-29b5a25e95eeecaca732db164c9781591bbf8896.tar.gz freebsd-ports-gnome-29b5a25e95eeecaca732db164c9781591bbf8896.tar.zst freebsd-ports-gnome-29b5a25e95eeecaca732db164c9781591bbf8896.zip |
- Fix install of /usr/sbin/mount_ntfs-3g -> ${PREFIX}/bin/ntfs-3g symlink.
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r-- | sysutils/fusefs-ntfs/files/patch-configure | 17 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/files/patch-src-Makefile.in | 2 |
2 files changed, 14 insertions, 5 deletions
diff --git a/sysutils/fusefs-ntfs/files/patch-configure b/sysutils/fusefs-ntfs/files/patch-configure index 1d2ee279f5e9..50a49d8c886d 100644 --- a/sysutils/fusefs-ntfs/files/patch-configure +++ b/sysutils/fusefs-ntfs/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.orig Mon Jan 28 16:08:03 2008 -+++ configure Fri Feb 8 18:29:13 2008 -@@ -19836,7 +19836,7 @@ +--- configure.orig 2008-05-28 16:07:58.000000000 -0300 ++++ configure 2008-06-23 17:39:29.000000000 -0300 +@@ -2671,7 +2671,7 @@ + else + + case "${target_os}" in +- linux*) enable_mount_helper="yes" ;; ++ linux*|freebsd*) enable_mount_helper="yes" ;; + *) enable_mount_helper="no" ;; + esac + +@@ -19822,7 +19822,7 @@ fi ;; @@ -9,7 +18,7 @@ with_fuse="external" ;; freebsd*) -@@ -23293,7 +23293,7 @@ +@@ -23285,7 +23285,7 @@ fi # Settings diff --git a/sysutils/fusefs-ntfs/files/patch-src-Makefile.in b/sysutils/fusefs-ntfs/files/patch-src-Makefile.in index 9ecc1eecb381..e7c0acdfc553 100644 --- a/sysutils/fusefs-ntfs/files/patch-src-Makefile.in +++ b/sysutils/fusefs-ntfs/files/patch-src-Makefile.in @@ -16,7 +16,7 @@ -@ENABLE_MOUNT_HELPER_TRUE@ $(MKDIR_P) "$(DESTDIR)/sbin" -@ENABLE_MOUNT_HELPER_TRUE@ $(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)/sbin/mount.ntfs-3g" +@ENABLE_MOUNT_HELPER_TRUE@ $(MKDIR_P) "/usr/sbin" -+@ENABLE_MOUNT_HELPER_TRUE@ $(LN_S) -f "$(rootbindir)/ntfs-3g" "/usr/sbin/mount.ntfs-3g" ++@ENABLE_MOUNT_HELPER_TRUE@ $(LN_S) -f "$(rootbindir)/ntfs-3g" "/usr/sbin/mount_ntfs-3g" install-data-local: install-man8 $(LN_S) -f ntfs-3g.8 "$(DESTDIR)$(man8dir)/mount.ntfs-3g.8" |