aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-04 21:35:15 +0800
committerbapt <bapt@FreeBSD.org>2013-04-04 21:35:15 +0800
commit4f2e321454f0b1f17bf8af57c4d7165929e0e006 (patch)
treeb5d482023a073d73dff776c72b87b4a6386e9cfb /shells
parent55de1a595b378912704272bec586042ae5e8ea39 (diff)
downloadfreebsd-ports-gnome-4f2e321454f0b1f17bf8af57c4d7165929e0e006.tar.gz
freebsd-ports-gnome-4f2e321454f0b1f17bf8af57c4d7165929e0e006.tar.zst
freebsd-ports-gnome-4f2e321454f0b1f17bf8af57c4d7165929e0e006.zip
Fix typo in options checking
Reported by: bdrewery Approved by: portmgr (implicit) With hat: portmgr
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