diff options
author | adam <adam@pkgsrc.org> | 2018-04-07 19:46:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-07 19:46:21 +0000 |
commit | c8e3da4c6611620b06c5ea6835b8c9f5d0700280 (patch) | |
tree | 572ce63f114116cb51a0bc42568120fb74e299c2 /filesystems/fuse-ntfs-3g | |
parent | 35b30ff79aa4a7b3049242e8a8a132ef08ad2458 (diff) | |
download | pkgsrc-c8e3da4c6611620b06c5ea6835b8c9f5d0700280.tar.gz |
fuse-ntfs-3g: added missing commit
Diffstat (limited to 'filesystems/fuse-ntfs-3g')
-rw-r--r-- | filesystems/fuse-ntfs-3g/Makefile | 19 | ||||
-rw-r--r-- | filesystems/fuse-ntfs-3g/PLIST | 8 |
2 files changed, 6 insertions, 21 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile index ba7cf82870f..71d0dbf52fe 100644 --- a/filesystems/fuse-ntfs-3g/Makefile +++ b/filesystems/fuse-ntfs-3g/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/11/10 17:45:22 adam Exp $ +# $NetBSD: Makefile,v 1.20 2018/04/07 19:46:21 adam Exp $ .include "../../filesystems/libntfs/Makefile.common" @@ -10,22 +10,11 @@ COMMENT= NTFS driver with read and write support CONFIGURE_ARGS+= --disable-ntfsprogs CONFIGURE_ARGS+= --enable-mount-helper -BUILD_DIRS= src +NOT_FOR_PLATFORM= NetBSD-*-* # ancient fuse API -USE_TOOLS+= pkg-config +BUILD_DIRS= src -PLIST_VARS+= lowntfs -.include "../../mk/bsd.prefs.mk" -SUBST_CLASSES+= lowntfs -SUBST_MESSAGE.lowntfs= Dealing with lowntfs. -SUBST_STAGE.lowntfs= pre-configure -SUBST_FILES.lowntfs= src/Makefile.in -.if ${OPSYS} == "NetBSD" -SUBST_SED.lowntfs= -e 's,@ENABLE_LOWNTFS@,\#,' -.else -SUBST_SED.lowntfs= -e 's,@ENABLE_LOWNTFS@,,' -PLIST.lowntfs= yes -.endif +USE_TOOLS+= pkg-config .include "../../filesystems/libntfs/buildlink3.mk" .include "../../mk/fuse.buildlink3.mk" diff --git a/filesystems/fuse-ntfs-3g/PLIST b/filesystems/fuse-ntfs-3g/PLIST index 0036bfff9cc..2cc43151585 100644 --- a/filesystems/fuse-ntfs-3g/PLIST +++ b/filesystems/fuse-ntfs-3g/PLIST @@ -1,14 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2015/11/10 17:45:22 adam Exp $ -${PLIST.lowntfs}bin/lowntfs-3g +@comment $NetBSD: PLIST,v 1.6 2018/04/07 19:46:21 adam Exp $ +bin/lowntfs-3g bin/ntfs-3g bin/ntfs-3g.probe -bin/ntfs-3g.secaudit -bin/ntfs-3g.usermap man/man8/mount.lowntfs-3g.8 man/man8/mount.ntfs-3g.8 man/man8/ntfs-3g.8 man/man8/ntfs-3g.probe.8 -man/man8/ntfs-3g.secaudit.8 -man/man8/ntfs-3g.usermap.8 sbin/mount.lowntfs-3g sbin/mount.ntfs-3g |