aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-05-25 20:13:38 +0800
committermarkm <markm@FreeBSD.org>1998-05-25 20:13:38 +0800
commitf6798202b5de4a54c1bdfa27887cb28dbc206928 (patch)
tree0b44b60c0b32c493a639f9f5ed5cc782480763f0 /mail/exim/Makefile
parentcf220e1a81047c986484b1272b1814f5873b64c0 (diff)
downloadfreebsd-ports-gnome-f6798202b5de4a54c1bdfa27887cb28dbc206928.tar.gz
freebsd-ports-gnome-f6798202b5de4a54c1bdfa27887cb28dbc206928.tar.zst
freebsd-ports-gnome-f6798202b5de4a54c1bdfa27887cb28dbc206928.zip
Ugrade to v1.92.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index fcc2a5a8191c..2fbc2fd5cc90 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,24 +1,26 @@
# New ports collection makefile for: exim
-# Version required: 1.82
+# Version required: 1.92
# Date created: 23 June 1996
# Whom: markm
#
-# $Id: Makefile,v 1.11 1997/10/15 20:49:46 markm Exp $
+# $Id: Makefile,v 1.12 1998/02/09 14:32:28 markm Exp $
#
-DISTNAME= exim-1.82
+DISTNAME= exim-1.92
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
-DISTFILES= exim-1.82.tar.gz exim-texinfo-1.80.tar.gz
+DISTFILES= exim-1.92.tar.gz exim-texinfo-1.90.tar.gz
MAINTAINER= markm@FreeBSD.ORG
+USE_PERL5= YES
+
do-configure:
@${MKDIR} ${WRKSRC}/Local
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local
@${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local
@(cd ${WRKSRC}/doc ; \
- for i in ../../exim-texinfo-1.80/doc/* ; do \
+ for i in ../../exim-texinfo-1.90/doc/* ; do \
ln -sf $$i ; \
done )