summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authoris <is>2012-12-06 20:50:36 +0000
committeris <is>2012-12-06 20:50:36 +0000
commit761bb5082f65f0e4aec86cc93e2e1e0a27c05b37 (patch)
tree6472364bf585f0c211b2a59ace61103e9827df64 /comms/mgetty+sendfax
parent59fc93d60971b58db634a286a55c2ff6b0d2d4a2 (diff)
downloadpkgsrc-761bb5082f65f0e4aec86cc93e2e1e0a27c05b37.tar.gz
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.
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r--comms/mgetty+sendfax/Makefile5
1 files changed, 3 insertions, 2 deletions
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} \