diff options
author | gdt <gdt> | 2011-12-15 00:58:14 +0000 |
---|---|---|
committer | gdt <gdt> | 2011-12-15 00:58:14 +0000 |
commit | 57ce657c448449e0f0fe2f02677d6f89e6070d98 (patch) | |
tree | d1cc63b3dfee68dd1ef2c6195188612a480e92d3 /sysutils | |
parent | 9204df29b52a1bd31a940431fb3b230f9cc83092 (diff) | |
download | pkgsrc-57ce657c448449e0f0fe2f02677d6f89e6070d98.tar.gz |
Depend on fuse bindings.
Now, "bup fuse dir", assuming ~/.bup is one's bup repository, will
create a fuse mount on dir, in which one can see the backups (with
lots of rought edges).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bup/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile index bdad380e114..f0c8c28137d 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2011/09/08 21:57:55 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2011/12/15 00:58:14 gdt Exp $ # DISTNAME= bup-0.24b -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= # manually packaged since master site is git repository # and only available via https @@ -85,5 +85,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/DESIGN ${DESTDIR}${PREFIX}/share/doc/bup ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/bup +.include "../../filesystems/py-fuse-bindings/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |