diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-06 22:11:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-06 22:11:14 +0000 |
commit | c63242031925740cec18a7b967f327ca87631570 (patch) | |
tree | 2d31c889c1372c7853b075ae2ff1973b9dc7ba5c /mail/exim | |
parent | 2d5b9d721edca60d1cd278916dcbb1c2dcf1b991 (diff) | |
download | pkgsrc-c63242031925740cec18a7b967f327ca87631570.tar.gz |
bl2 -> bl3 in a comment.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index 9b5a151822f..2611dc03624 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/06/06 22:10:51 abs Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/07/06 22:11:14 wiz Exp $ MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ @@ -35,7 +35,7 @@ RCD_SCRIPTS= exim OWN_DIRS_PERMS= /var/log/exim ${EXIM_USER} ${EXIM_GROUP} 0750 OWN_DIRS_PERMS+= /var/spool/exim ${EXIM_USER} ${EXIM_GROUP} 0750 -# XXX: The following will be handled by buildlink2 at some point. +# XXX: The following will be handled by buildlink3 at some point. CFLAGS+= ${_STRIPFLAG_CC} .if defined(EXIM_DB) && ${EXIM_DB} == "gdbm" |