summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ntfs-3g
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-08 16:27:31 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-08 16:27:31 +0000
commit7a56a96ca74592f32d97fa719f53dfa858bc7ed0 (patch)
treec7f53e6629403e57864bfdc15dfada027af3217c /filesystems/fuse-ntfs-3g
parentf6ca54d6ce1ea6ac33a525b63ade18c1bb205e43 (diff)
downloadpkgsrc-7a56a96ca74592f32d97fa719f53dfa858bc7ed0.tar.gz
user-destdir support
Diffstat (limited to 'filesystems/fuse-ntfs-3g')
-rw-r--r--filesystems/fuse-ntfs-3g/Makefile4
-rw-r--r--filesystems/fuse-ntfs-3g/distinfo4
-rw-r--r--filesystems/fuse-ntfs-3g/patches/patch-ab4
3 files changed, 7 insertions, 5 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile
index 7f9321dc54f..bd887a9e604 100644
--- a/filesystems/fuse-ntfs-3g/Makefile
+++ b/filesystems/fuse-ntfs-3g/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/05/25 21:23:26 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2009/07/08 16:34:40 joerg Exp $
#
DISTNAME= ntfs-3g-1.1120
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ntfs-3g.org/
COMMENT= NTFS driver for Linux/FreeBSD/NetBSD with read and write support
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
diff --git a/filesystems/fuse-ntfs-3g/distinfo b/filesystems/fuse-ntfs-3g/distinfo
index 0b1997e5470..5f1f5121a0d 100644
--- a/filesystems/fuse-ntfs-3g/distinfo
+++ b/filesystems/fuse-ntfs-3g/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2007/12/12 16:43:55 xtraeme Exp $
+$NetBSD: distinfo,v 1.15 2009/07/08 16:34:40 joerg Exp $
SHA1 (ntfs-3g-1.1120.tgz) = 203b6194e4dc531065b81c8f2ef72dd247e48a9b
RMD160 (ntfs-3g-1.1120.tgz) = ecaef2641e018364620507a0703546a62c2a7683
Size (ntfs-3g-1.1120.tgz) = 577005 bytes
-SHA1 (patch-ab) = 37d7aa735d99d1d6d5cc6210894ec0252a7836fc
+SHA1 (patch-ab) = 9bc1480296f2306aac2b8f2eb67a16743372bced
diff --git a/filesystems/fuse-ntfs-3g/patches/patch-ab b/filesystems/fuse-ntfs-3g/patches/patch-ab
index 10d69188b09..c35774ee92b 100644
--- a/filesystems/fuse-ntfs-3g/patches/patch-ab
+++ b/filesystems/fuse-ntfs-3g/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2007/04/13 09:23:57 xtraeme Exp $
+$NetBSD: patch-ab,v 1.3 2009/07/08 16:34:40 joerg Exp $
--- src/Makefile.in.orig 2007-03-27 23:24:12.000000000 +0200
+++ src/Makefile.in 2007-04-13 11:16:54.000000000 +0200
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.2 2007/04/13 09:23:57 xtraeme Exp $
install-exec-local:
$(INSTALL) -d $(DESTDIR)/sbin
- $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
-+ $(LN_S) -f $(bindir)/ntfs-3g $(bindir)/mount.ntfs-3g
++ $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)$(bindir)/mount.ntfs-3g
install-data-local:
$(INSTALL) -d $(DESTDIR)$(man8dir)