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 | 8254ca7050395f40a997c711e691fbe680aedae4 (patch) | |
tree | 95269ba04d71185464612b67c98331f3512af0d2 /filesystems | |
parent | 0030896ea02f9970e14dcec174eef41d4c2377e5 (diff) | |
download | pkgsrc-8254ca7050395f40a997c711e691fbe680aedae4.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/ |