summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-19 10:18:47 +0000
committerwiz <wiz@pkgsrc.org>2001-02-19 10:18:47 +0000
commit8846568b735ecdd50649d0fef51fe72da18fec70 (patch)
tree9e58ff262fbb796f3c8838757c9dffea56e07c18 /sysutils/amanda-plot
parent3b3be36529ed205512f22393797c1c818c4ccdf1 (diff)
downloadpkgsrc-8846568b735ecdd50649d0fef51fe72da18fec70.tar.gz
Fix path for gnuplot. Report and fix in pkg/12238 by Eric Schnoebelen.
Diffstat (limited to 'sysutils/amanda-plot')
-rw-r--r--sysutils/amanda-plot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile
index bcece105721..173a0d09530 100644
--- a/sysutils/amanda-plot/Makefile
+++ b/sysutils/amanda-plot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/17 17:42:09 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/19 10:18:47 wiz Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -21,6 +21,6 @@ USE_X11= yes
CONFIGURE_ARGS+= --without-client --without-restore \
--without-restore --without-amrecover
-CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/gnuplot"
+CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/bin/gnuplot"
.include "../../mk/bsd.pkg.mk"