summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-04 13:35:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-04 13:35:15 +0000
commitb9ceedf09944c21f07fb721289305adea43c9679 (patch)
treeb5d482023a073d73dff776c72b87b4a6386e9cfb /shells
parentFix conversion to new options framework (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')
-rw-r--r--shells/bash-devel/Makefile2
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