diff options
-rw-r--r-- | mail/autorespond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/autorespond/Makefile b/mail/autorespond/Makefile index 3c8de78f0918..6095c0e6c280 100644 --- a/mail/autorespond/Makefile +++ b/mail/autorespond/Makefile @@ -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/ |