diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-05-12 20:53:51 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-05-12 20:53:51 +0000 |
commit | 81aeb119142a38f0e8a7128a3d2a32f18af2410d (patch) | |
tree | 783f2430ffd39a7b1d5019c96ad1cadf934296f9 /sysutils/amanda-plot/Makefile | |
parent | a30e6cb6373a41c53714aab3a784ce63b351c40f (diff) | |
download | pkgsrc-81aeb119142a38f0e8a7128a3d2a32f18af2410d.tar.gz |
Don't create an (empty) directory in $prefix/share
Remove Makefile variables which are also defined in Makefile.common
Diffstat (limited to 'sysutils/amanda-plot/Makefile')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 89f894cd34b..1be8e79ab47 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,14 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2004/05/12 18:45:25 bouyer Exp $ +# $NetBSD: Makefile,v 1.16 2004/05/12 20:53:51 bouyer Exp $ # -DISTNAME= amanda-2.4.4p2 -PKGNAME= amanda-plot-2.4.4p2 +PKGNAME= amanda-plot-${VERS} SVR4_PKGNAME= amapl -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.amanda.org/ COMMENT= Visualizes the behavior of Amanda, a network backup system DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot |