diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-02-10 16:09:49 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-02-10 16:09:49 +0000 |
commit | 3e0e2339840b54e4be1120bb85dbd658e7c40fa2 (patch) | |
tree | 71056c35295eb6fd717dd41b8478b82685f20884 /mail/exim-old/Makefile | |
parent | Activate gaa (diff) |
Explicit use of Berkeley DB (careful, DBM users!).
Fixed use of $local_part in router configurations.
Fixed "unseen" on router or director on deferment of delivery.
Other minor fixes.
Fixed handling of USE_XLIB to deal with =NO correctly.
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index da0802aab7c8..adb9c584b4a8 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: exim -# Version required: 2.11 +# Version required: 2.12 # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.25 1998/12/17 10:54:23 markm Exp $ +# $Id: Makefile,v 1.26 1999/01/27 14:07:07 markm Exp $ # -DISTNAME= exim-2.11 +DISTNAME= exim-2.12 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \ ftp://ftp.quite.net/pub/exim/ \ http://www.exim.org/ftp/ \ ftp://ftp.is.co.za/networking/mail/transport/exim/ -DISTFILES= exim-2.11.tar.gz exim-texinfo-2.10.tar.gz +DISTFILES= exim-2.12.tar.gz exim-texinfo-2.10.tar.gz MAINTAINER= axl@iafrica.com @@ -24,7 +24,7 @@ USE_PERL5= YES do-configure: ${MKDIR} ${WRKSRC}/Local -.if defined(USE_XLIB) +.if defined(USE_XLIB) && ${USE_XLIB} == YES ${SED} -e "s#XX_PREFIX_XX#${PREFIX}#" \ < ${FILESDIR}/Makefile \ > ${WRKSRC}/Local/Makefile |