diff options
author | kei <kei@pkgsrc.org> | 2002-08-19 02:35:56 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2002-08-19 02:35:56 +0000 |
commit | 9cf6a6eeaad15eadd746ffc997e9ab65e7bcca38 (patch) | |
tree | 905bb1f06af0569fd5029b7eaf2a8cdc11db3adf /sysutils | |
parent | 7db1e0e7045110b419882d8191b7b01a42ef4c9b (diff) | |
download | pkgsrc-9cf6a6eeaad15eadd746ffc997e9ab65e7bcca38.tar.gz |
remove a duplicated argument of configure script.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-dev-plot/Makefile | 7 | ||||
-rw-r--r-- | sysutils/amanda-plot/Makefile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/amanda-dev-plot/Makefile b/sysutils/amanda-dev-plot/Makefile index 5c512320910..69d40931ae7 100644 --- a/sysutils/amanda-dev-plot/Makefile +++ b/sysutils/amanda-dev-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/19 02:37:39 kei Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -15,8 +15,9 @@ USE_X11= yes .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-dev-common/Makefile.common" -CONFIGURE_ARGS+= --without-client --without-restore \ - --without-restore --without-amrecover +CONFIGURE_ARGS+= --without-client +CONFIGURE_ARGS+= --without-restore +CONFIGURE_ARGS+= --without-amrecover CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/bin/gnuplot" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 7fe8c70024a..2275bb5762a 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/10/18 15:20:39 veego Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/19 02:35:56 kei Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -20,8 +20,9 @@ USE_X11= yes .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-common/Makefile.common" -CONFIGURE_ARGS+= --without-client --without-restore \ - --without-restore --without-amrecover +CONFIGURE_ARGS+= --without-client +CONFIGURE_ARGS+= --without-restore +CONFIGURE_ARGS+= --without-amrecover CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/bin/gnuplot" .include "../../mk/bsd.pkg.mk" |