diff options
author | seb <seb@pkgsrc.org> | 2005-08-02 09:26:06 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-08-02 09:26:06 +0000 |
commit | 0b8638b6729662309b56d264f280f56e76e18f78 (patch) | |
tree | e7867060928f0f72d23cadb8d3d5554e7546c1e1 /sysutils/amanda-plot/Makefile | |
parent | 2bce08d2bc34a15e3c9ae39419e942ea907bf8c0 (diff) | |
download | pkgsrc-0b8638b6729662309b56d264f280f56e76e18f78.tar.gz |
Prevent paths of the build directories from being included in all amanda
packages. Set runtime dependencies on GNU tar and gzip for all amanda
packages.
Bump PKGREVISIONs to 1 for amanda-client and amanda-plot, to 2 for
amanda-common and amanda-server.
Diffstat (limited to 'sysutils/amanda-plot/Makefile')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 0d2fb0c4665..c1f66265e88 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:22 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/08/02 09:26:06 seb Exp $ # PKGNAME= amanda-plot-${VERS} +PKGREVISION= 1 SVR4_PKGNAME= amapl COMMENT= Visualizes the behavior of Amanda, a network backup system |