diff options
Diffstat (limited to 'shells/bash-devel')
-rw-r--r-- | shells/bash-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile index 510368445fc8..45ca5857b9e2 100644 --- a/shells/bash-devel/Makefile +++ b/shells/bash-devel/Makefile @@ -88,7 +88,7 @@ CONFIGURE_ENV= YACC="bison -y" post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/doc/bash.1 -.if ${PORT_OPTIONS:MSYSLOG) +.if ${PORT_OPTIONS:MSYSLOG} @${REINPLACE_CMD} \ -e "s|/\*.*#define SYSLOG_HISTORY .*\*/|#define SYSLOG_HISTORY|g" \ ${WRKSRC}/config-top.h |