summaryrefslogtreecommitdiffstats
path: root/mail/exim-old
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-06-11 07:22:50 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-06-11 07:22:50 +0000
commit88af372f1ebf7beb9b9c191da51f95e1ad2bc850 (patch)
treeee1e19d5177f58b9940e4bce21519f6cb509c843 /mail/exim-old
parentfaacb5448a5c066a86539dd1b2a879c83c452fde (diff)
downloadFreeBSD-ports-88af372f1ebf7beb9b9c191da51f95e1ad2bc850.zip
FreeBSD-ports-88af372f1ebf7beb9b9c191da51f95e1ad2bc850.tar.gz
Fix sed expression in previous (untested) commit.
Diffstat (limited to 'mail/exim-old')
-rw-r--r--mail/exim-old/Makefile2
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)
OpenPOWER on IntegriCloud