pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/pfe Set $SHELL in the environment so it doesn't e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f235a4f093b2
branches:  trunk
changeset: 590089:f235a4f093b2
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jul 03 01:47:41 2011 +0000

description:
Set $SHELL in the environment so it doesn't end up trying to use zsh, or
worse, a csh, to run libtool and maybe other things.

diffstat:

 lang/pfe/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e5ac477a8106 -r f235a4f093b2 lang/pfe/Makefile
--- a/lang/pfe/Makefile Sun Jul 03 01:36:58 2011 +0000
+++ b/lang/pfe/Makefile Sun Jul 03 01:47:41 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/02/10 19:17:40 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2011/07/03 01:47:41 dholland Exp $
 
 DISTNAME=      pfe-0.33.71
 PKGREVISION=   1
@@ -16,6 +16,7 @@
 USE_LIBTOOL=   yes
 CONFIGURE_ARGS+=       --with-regs
 USE_TOOLS+=    perl pkg-config
+MAKE_ENV+=     SHELL=${CONFIG_SHELL}
 
 MAKE_JOBS_SAFE=        no
 BUILD_TARGET=  all mans docs



Home | Main Index | Thread Index | Old Index