summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-24 19:12:55 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-24 19:12:55 +0000
commitd0f10e84f08f173618b967b433715a2b0fc1a7b1 (patch)
tree319c7674a625365dafb1952a888a2ef673fc6e88 /archivers
parent54de2189dbd325552d1eecb1e6cb4be76f52cc13 (diff)
downloadpkgsrc-d0f10e84f08f173618b967b433715a2b0fc1a7b1.tar.gz
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gsharutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile
index 2ce43c2520b..073d888bea4 100644
--- a/archivers/gsharutils/Makefile
+++ b/archivers/gsharutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/06/23 20:37:23 kristerw Exp $
+# $NetBSD: Makefile,v 1.29 2005/06/24 19:12:55 kristerw Exp $
DISTNAME= sharutils-4.2.1
PKGNAME= g${DISTNAME}
@@ -23,7 +23,7 @@ INFO_FILES= remsync.info sharutils.info
USE_TOOLS+= sh
CONFIGURE_ARGS+= --disable-uucode
-CONFIGURE_ENV+= ac_cv_path_SH="${TOOLS_SH}"
+CONFIGURE_ENV+= SH="${TOOLS_SH}"
.include "../../mk/bsd.prefs.mk"