diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 07:22:50 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 07:22:50 +0000 |
commit | 88af372f1ebf7beb9b9c191da51f95e1ad2bc850 (patch) | |
tree | ee1e19d5177f58b9940e4bce21519f6cb509c843 /mail/exim-old | |
parent | faacb5448a5c066a86539dd1b2a879c83c452fde (diff) | |
download | FreeBSD-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/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) |