diff options
Diffstat (limited to 'mail/exim-old')
-rw-r--r-- | mail/exim-old/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 4855e5d..42a8fff 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) |