Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
This commit is contained in:
parent
c85a83ef36
commit
36df4a427b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue