pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/gsharutils Change the CONFIGURE_ENV to use t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dfb37697dc4d
branches: trunk
changeset: 496230:dfb37697dc4d
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jun 24 19:12:55 2005 +0000
description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
diffstat:
archivers/gsharutils/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c6869ec7b4f7 -r dfb37697dc4d archivers/gsharutils/Makefile
--- a/archivers/gsharutils/Makefile Fri Jun 24 19:10:49 2005 +0000
+++ b/archivers/gsharutils/Makefile Fri Jun 24 19:12:55 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index