- remove some extraneous escaping in regex

PR:		233454
Submitted by:	Kyle Evans
This commit is contained in:
Dirk Meyer 2018-11-26 07:03:47 +00:00
parent b193a0d924
commit c0f004bd65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485925
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ post-patch-MILTER_SHARED-on:
${WRKSRC}/libsharedmilter/Makefile.m4
do-configure:
${REINPLACE_CMD} -e "s|\`-O\'|\`${CFLAGS}\'|" \
${REINPLACE_CMD} -e "s|\`-O'|\`${CFLAGS}'|" \
-e 's|%%CC%%|${CC}|' -e 's|%%LD%%|${LD}|' \
${WRKSRC}/devtools/OS/FreeBSD
${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \

View File

@ -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}