diff options
-rw-r--r-- | filesystems/fuse/Makefile | 4 | ||||
-rw-r--r-- | filesystems/fuse/PLIST.Linux | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/filesystems/fuse/Makefile b/filesystems/fuse/Makefile index 801d6006578..7a21cdbd742 100644 --- a/filesystems/fuse/Makefile +++ b/filesystems/fuse/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2010/09/06 12:13:38 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2011/10/16 23:45:45 sbd Exp $ # DISTNAME= fuse-2.8.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= filesystems MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/} diff --git a/filesystems/fuse/PLIST.Linux b/filesystems/fuse/PLIST.Linux index d44e5f503bf..c4ec44d7665 100644 --- a/filesystems/fuse/PLIST.Linux +++ b/filesystems/fuse/PLIST.Linux @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST.Linux,v 1.1 2010/08/25 08:02:21 manu Exp $ +@comment $NetBSD: PLIST.Linux,v 1.2 2011/10/16 23:45:45 sbd Exp $ bin/fusermount +bin/ulockmgr_server |