summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-19 10:18:47 +0000
committerwiz <wiz>2001-02-19 10:18:47 +0000
commite1341263494f109e17a81cb51b86333d109a3a88 (patch)
tree9e58ff262fbb796f3c8838757c9dffea56e07c18 /sysutils/amanda-plot
parentd9f0642508c2d302fec78ec6424e6a0aab5bc980 (diff)
downloadpkgsrc-e1341263494f109e17a81cb51b86333d109a3a88.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"