diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-04 13:35:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-04 13:35:15 +0000 |
commit | b9ceedf09944c21f07fb721289305adea43c9679 (patch) | |
tree | b5d482023a073d73dff776c72b87b4a6386e9cfb /shells/bash-devel | |
parent | 436e577d80722098fb7029d99a0357a9ba37c59a (diff) |
Fix typo in options checking
Reported by: bdrewery
Approved by: portmgr (implicit)
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=315720
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 |