diff options
-rw-r--r-- | mail/exim-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 4855e5d0581d..42a8fff32b6c 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -84,7 +84,7 @@ SEDLIST+= -e 's,^\# EXIM_PERL=,EXIM_PERL=,' SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,-lwrap,' \ -e 's,^\# USE_TCP_WRAPPERS=,USE_TCP_WRAPPERS=,' .else -SEDLIST+= -e 's/XX_TCP_WRAPPERS_LIBS_XX,,' +SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,,' .endif .if defined(WITH_LDAP) diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 4855e5d0581d..42a8fff32b6c 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -84,7 +84,7 @@ SEDLIST+= -e 's,^\# EXIM_PERL=,EXIM_PERL=,' SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,-lwrap,' \ -e 's,^\# USE_TCP_WRAPPERS=,USE_TCP_WRAPPERS=,' .else -SEDLIST+= -e 's/XX_TCP_WRAPPERS_LIBS_XX,,' +SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,,' .endif .if defined(WITH_LDAP) diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 4855e5d0581d..42a8fff32b6c 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -84,7 +84,7 @@ SEDLIST+= -e 's,^\# EXIM_PERL=,EXIM_PERL=,' SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,-lwrap,' \ -e 's,^\# USE_TCP_WRAPPERS=,USE_TCP_WRAPPERS=,' .else -SEDLIST+= -e 's/XX_TCP_WRAPPERS_LIBS_XX,,' +SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,,' .endif .if defined(WITH_LDAP) |