diff options
author | sbd <sbd@pkgsrc.org> | 2011-10-16 23:45:45 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-10-16 23:45:45 +0000 |
commit | f7ef4cf3b889d3c0b80f549eff5ce02a3bfaed3a (patch) | |
tree | bebef11a8c04c2573095e0b7e8618954d24bf21b /filesystems | |
parent | 41f1db2c97b4e80dfa5e25b459f5fcd95d1e3c13 (diff) | |
download | pkgsrc-f7ef4cf3b889d3c0b80f549eff5ce02a3bfaed3a.tar.gz |
Add bin/ulockmgr_server to PLIST.Linux
Bump PKGREVISION
Diffstat (limited to 'filesystems')
-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 |