diff options
author | grant <grant@pkgsrc.org> | 2004-11-26 10:14:36 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-26 10:14:36 +0000 |
commit | 31514b8d48ac7b17fd05ad8c9c2615f2c55c55dc (patch) | |
tree | 7955c268d38456cdd97d799292b974f798873a57 /mail/exim | |
parent | 1c47a90d187810b37f597cf71c5a6ba1fd4f986c (diff) | |
download | pkgsrc-31514b8d48ac7b17fd05ad8c9c2615f2c55c55dc.tar.gz |
whitespace fixes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index eb0af4711bc..03dd8bec2cb 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.20 2004/11/17 14:23:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.21 2004/11/26 10:16:57 grant Exp $ MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/ USE_PERL5= yes -USE_BUILDLINK3= yes -USE_PKGINSTALL= yes +USE_BUILDLINK3= yes +USE_PKGINSTALL= yes MAKE_ENV+= SSLBASE=${SSLBASE:Q} |