diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-11-12 09:57:12 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-11-12 09:57:12 +0000 |
commit | a57a7a7648f44826a8c3531772f1562b90941e3a (patch) | |
tree | 2dea7a80582414289df999cb5a0d926395d93f3e /mail | |
parent | 9f0740dab2c19814df9a731c4d6c0cd5a7a75fe9 (diff) | |
download | ports-a57a7a7648f44826a8c3531772f1562b90941e3a.tar.gz ports-a57a7a7648f44826a8c3531772f1562b90941e3a.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 4 |
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 |