diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-05-03 12:14:56 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-05-03 12:14:56 +0000 |
commit | 03386eb662da2958c9f8a0dd6ea8d0735616409a (patch) | |
tree | 28d4f944087904458ebba44ee836932c817b18af /mail | |
parent | fe926affc4bc9ef940814c78e1b15c07c940796c (diff) | |
download | pkgsrc-03386eb662da2958c9f8a0dd6ea8d0735616409a.tar.gz |
fix unassociated shell command bug in Makefile
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 53c3aad2c22..83871ef75d3 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2003/04/27 17:21:59 cjep Exp $ +# $NetBSD: Makefile,v 1.33 2003/05/03 12:16:28 dmcmahill Exp $ DISTNAME= exim-4.10 CATEGORIES= mail net @@ -13,8 +13,9 @@ COMMENT= The Exim mail transfer agent, a replacement for sendmail USE_PERL5= yes USE_BUILDLINK2= yes -INTERACTIVE_STAGE= build # actually, needs "mail" user - # before configure step, see below +# actually, needs "mail" user before configure step, see below +INTERACTIVE_STAGE= build + MAKE_ENV+= SSLBASE=${SSLBASE:Q} pre-patch: |