mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add -E to REINPLACE because it's a extended RE
Notified by: bento
This commit is contained in:
parent
52e0c82c31
commit
b4d72cb54e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69491
@ -21,7 +21,7 @@ CFLAGS+= -DNEED_STRCASESTR
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s|^(DEFS =.*)|\1 ${CFLAGS}|" ${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -Ee "s|^(DEFS =.*)|\1 ${CFLAGS}|" ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${PREFIX}/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user