diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-29 17:37:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-29 17:37:51 +0000 |
commit | bdd0ec189cc043fb8db3a2faa21510130539134f (patch) | |
tree | 95269ba04d71185464612b67c98331f3512af0d2 /filesystems | |
parent | 55d26dcac813b208ad9a57daee7f8c66f87590d0 (diff) | |
download | pkgsrc-bdd0ec189cc043fb8db3a2faa21510130539134f.tar.gz |
Belated bump revision as libarchive was changed.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fuse-archivemount/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/fuse-archivemount/Makefile b/filesystems/fuse-archivemount/Makefile index 1417e8983a8..bb9a1fd678e 100644 --- a/filesystems/fuse-archivemount/Makefile +++ b/filesystems/fuse-archivemount/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/20 23:31:40 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/29 17:37:51 joerg Exp $ # DISTNAME= archivemount-0.5.3 PKGNAME= fuse-${DISTNAME} +PKGREVISION= 1 CATEGORIES= filesystems MASTER_SITES= http://www.cybernoia.de/software/archivemount/ |