pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/apcupsd Change the CONFIGURE_ENV to use the v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b05f677a68b
branches:  trunk
changeset: 496227:2b05f677a68b
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jun 24 19:09:41 2005 +0000

description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.

diffstat:

 sysutils/apcupsd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r efc2019069ec -r 2b05f677a68b sysutils/apcupsd/Makefile
--- a/sysutils/apcupsd/Makefile Fri Jun 24 19:08:51 2005 +0000
+++ b/sysutils/apcupsd/Makefile Fri Jun 24 19:09:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/06/23 21:13:01 kristerw Exp $
+# $NetBSD: Makefile,v 1.37 2005/06/24 19:09:41 kristerw Exp $
 
 DISTNAME=              apcupsd-3.8.6
 PKGREVISION=           4
@@ -35,7 +35,7 @@
 # this breaks .in files that uses @sbindir@
 CONFIGURE_ARGS+=       --sbindir=${PREFIX}/sbin
 
-CONFIGURE_ENV+=                ac_cv_path_SCRIPTSHELL="${TOOLS_SH}"
+CONFIGURE_ENV+=                SCRIPTSHELL="${TOOLS_SH}"
 
 EGDIR=          ${PREFIX}/share/examples/apcupsd
 



Home | Main Index | Thread Index | Old Index