diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-24 21:53:48 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-24 21:53:48 +0000 |
commit | d0f2c1b6f8d9624a8fbaeed4737d64acbdc90fc8 (patch) | |
tree | e36b6916be52f3620e4f8f4e76600b8ec4e8dd86 | |
parent | 9f6eaa812d7ffa2c9a0548529210d1388c314ce5 (diff) | |
download | pkgsrc-d0f2c1b6f8d9624a8fbaeed4737d64acbdc90fc8.tar.gz |
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
-rw-r--r-- | security/nessus-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile index 13965bacfb4..b61c0e61dc6 100644 --- a/security/nessus-plugins/Makefile +++ b/security/nessus-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/06/19 21:17:02 kristerw Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/24 21:53:48 kristerw Exp $ .include "../nessus/Makefile.common" @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= cat CONFIGURE_ARGS+= --localstatedir=${VARBASE} -CONFIGURE_ENV+= ac_cv_path_CAT="${TOOLS_CAT}" +CONFIGURE_ENV+= CAT="${TOOLS_CAT}" PLIST_SRC= ${WRKDIR}/PLIST PLIST |