aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2018-11-26 07:03:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2018-11-26 07:03:47 +0000
commitc0f004bd651259af8037e37b4f8a29762df6b0d4 (patch)
tree42bfe0098204cff8826fbe62b6a9fc2a697fb50b /mail/sendmail
parentb193a0d924bf25aea66e79bff4f40e73cdab8e7a (diff)
downloadports-c0f004bd651259af8037e37b4f8a29762df6b0d4.tar.gz
ports-c0f004bd651259af8037e37b4f8a29762df6b0d4.zip
- remove some extraneous escaping in regex
PR: 233454 Submitted by: Kyle Evans
Notes
Notes: svn path=/head/; revision=485925
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index b97b480fec67..ec3110736af8 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sendmail
PORTVERSION= 8.15.2
-PORTREVISION= 13
+PORTREVISION= 12
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
DISTNAME= ${PORTNAME}.${PORTVERSION}
@@ -148,7 +148,7 @@ NO_PACKAGE= GPLv3 license conflict
SITE+= ${FILESDIR}/site.config.m4.gdbm
.endif
-SED_SCRIPT= -e "s|\`-O\'|\`${CFLAGS}\'|" \
+SED_SCRIPT= -e "s|\`-O'|\`${CFLAGS}'|" \
-e 's|%%CC%%|${CC}|' -e 's|%%LD%%|${LD}|'
.if ! ${PORT_OPTIONS:MNIS}