diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 01:52:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 01:52:20 +0000 |
commit | b4d72cb54e06ebdbb8f59fa9988a68d95d9d3d6f (patch) | |
tree | 09c626f3c31dd04ebe463ad854c16f5a8508bcaf /mail/autorespond | |
parent | 52e0c82c3106daa18500763b69b7e4a7ab63bfeb (diff) |
Notes
Diffstat (limited to 'mail/autorespond')
-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/ |