diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 15:22:50 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 15:22:50 +0800 |
commit | 88af372f1ebf7beb9b9c191da51f95e1ad2bc850 (patch) | |
tree | ee1e19d5177f58b9940e4bce21519f6cb509c843 /mail/exim/Makefile | |
parent | faacb5448a5c066a86539dd1b2a879c83c452fde (diff) | |
download | freebsd-ports-gnome-88af372f1ebf7beb9b9c191da51f95e1ad2bc850.tar.gz freebsd-ports-gnome-88af372f1ebf7beb9b9c191da51f95e1ad2bc850.tar.zst freebsd-ports-gnome-88af372f1ebf7beb9b9c191da51f95e1ad2bc850.zip |
Fix sed expression in previous (untested) commit.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |