aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2003-11-12 09:57:12 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2003-11-12 09:57:12 +0000
commita57a7a7648f44826a8c3531772f1562b90941e3a (patch)
tree2dea7a80582414289df999cb5a0d926395d93f3e /mail
parent9f0740dab2c19814df9a731c4d6c0cd5a7a75fe9 (diff)
downloadports-a57a7a7648f44826a8c3531772f1562b90941e3a.tar.gz
ports-a57a7a7648f44826a8c3531772f1562b90941e3a.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 4cfc53def6f8..abdb84b9d923 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= exim
PORTVERSION= 4.24
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_EXIM}
MASTER_SITE_SUBDIR= exim4
@@ -386,7 +386,7 @@ pre-everything::
do-configure:
@${MKDIR} ${WRKSRC}/Local
@${SED} ${SEDLIST} ${WRKSRC}/src/EDITME > ${WRKSRC}/Local/Makefile
- @${REINPLACE_CMD} -e 's/"(Exim $$version_number)\\n\\t"/"(Exim $$version_number; ${OPSYS} ${OSREL})\\n\\t"/' \
+ @${REINPLACE_CMD} -e 's/"(Exim $$version_number)\\n\\t"/"(Exim $$version_number; ${OPSYS})\\n\\t"/' \
${WRKSRC}/src/globals.c
@${REINPLACE_CMD} -e 's/^#include "cnumber\.h"$$/${PORTREVISION}/' ${WRKSRC}/src/version.c