From b853d03aecb15d24b14ee979817850b8c8ffe8fd Mon Sep 17 00:00:00 2001 From: is Date: Thu, 6 Dec 2012 20:50:36 +0000 Subject: Explicitly define SHELL to be our SH in the make environment. This prevents the environment's SHELL to be patched into a dozen or so installed scripts, instead of a bourne-like shell. Needed after 1.13 of patches/patch-ab (fix for building on Solaris). Sh scripts don't work well with /bin/tcsh... Bump revision to recognize whether the fixed one is installed. --- comms/mgetty+sendfax/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'comms/mgetty+sendfax') diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index dd595d3f071..a7ede9baa32 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.82 2012/10/03 21:54:05 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2012/12/06 20:50:36 is Exp $ DISTNAME= mgetty1.1.37-Jun05 PKGNAME= mgetty-1.1.37 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= comms MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/ @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} MAKE_ENV+= MGETTY_CONFDIR=${PKG_SYSCONFDIR:Q} PERL5=${PERL5:Q} MAKE_ENV+= ROOT_USER=${REAL_ROOT_USER:Q} MAKE_ENV+= ROOT_GROUP=${REAL_ROOT_GROUP:Q} +MAKE_ENV+= SHELL=${SH:Q} MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX:Q} \ spool=${VARBASE}/spool \ INFODIR=${DESTDIR:Q}${PREFIX:Q}/${PKGINFODIR:Q} \ -- cgit v1.2.3