diff options
| author | joerg <joerg@pkgsrc.org> | 2010-06-28 10:09:26 +0000 |
|---|---|---|
| committer | joerg <joerg@pkgsrc.org> | 2010-06-28 10:09:26 +0000 |
| commit | 778103d131d72814c1628da5108bbd5bc174fd82 (patch) | |
| tree | 36e5dfed9d92b431e611f9322400d2b502532538 /sysutils/amanda-plot | |
| parent | e933ece3baac59f8d29a1f92dbe5b5df57fcac0d (diff) | |
| download | pkgsrc-778103d131d72814c1628da5108bbd5bc174fd82.tar.gz | |
Basic DESTDIR support
Diffstat (limited to 'sysutils/amanda-plot')
| -rw-r--r-- | sysutils/amanda-plot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index b8285ab10af..e7f48c598a2 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/07/29 17:21:39 pgoyette Exp $ +# $NetBSD: Makefile,v 1.26 2010/06/28 10:09:26 joerg Exp $ # PKGNAME= amanda-plot-${VERS} @@ -7,6 +7,8 @@ SVR4_PKGNAME= amapl COMMENT= Visualizes the behavior of Amanda, a network backup system +PKG_DESTDIR_SUPPORT= destdir + DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot DEPENDS+= amanda-server-2.5.2p1{,nb[0-9]*}:../../sysutils/amanda-server |
