summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-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"