summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-24 19:09:41 +0000
committerkristerw <kristerw>2005-06-24 19:09:41 +0000
commit7b0fe56c37197d85e7a5f8443a5c65addf4eac11 (patch)
tree651a203d0e008b4e91e34f6ccd245ad290ba5bd2 /sysutils
parent52234e73585a473e24007a92e3ad37b50f8f7ff2 (diff)
downloadpkgsrc-7b0fe56c37197d85e7a5f8443a5c65addf4eac11.tar.gz
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/apcupsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index 2dddf416bc3..e238fb1e095 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
# 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