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-plot | |
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-plot')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 64028c6c086..9cca797668d 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2006/02/05 23:10:48 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2006/05/26 13:19:38 joerg Exp $ # PKGNAME= amanda-plot-${VERS} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= amapl COMMENT= Visualizes the behavior of Amanda, a network backup system |