diff options
author | joerg <joerg> | 2006-05-26 13:19:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-26 13:19:38 +0000 |
commit | 30e79be084190b2c50261cca9a7e74161bb2ce4d (patch) | |
tree | 388fa416ec70c8cb9f0b6f8cadeaf7e46ad6e4df /sysutils/amanda-client | |
parent | 942ee8dfb8c0e59494d36a5e9046989b780839fb (diff) | |
download | pkgsrc-30e79be084190b2c50261cca9a7e74161bb2ce4d.tar.gz |
Remove explicit GNU tar dependency. It is an unnecessary alternative
and the tools framework already does the right thing. Bump revisions.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 86c5c2362b8..35c565df7a3 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2006/03/16 19:13:57 bouyer Exp $ +# $NetBSD: Makefile,v 1.42 2006/05/26 13:19:38 joerg Exp $ # PKGNAME= amanda-client-${VERS} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= amacl COMMENT= Client part of Amanda, a network backup system |