Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2013 13:35:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315720 - head/shells/bash-devel
Message-ID:  <201304041335.r34DZF2o068348@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Apr  4 13:35:15 2013
New Revision: 315720
URL: http://svnweb.freebsd.org/changeset/ports/315720

Log:
  Fix typo in options checking
  
  Reported by:	bdrewery
  Approved by:	portmgr (implicit)
  With hat:	portmgr

Modified:
  head/shells/bash-devel/Makefile

Modified: head/shells/bash-devel/Makefile
==============================================================================
--- head/shells/bash-devel/Makefile	Thu Apr  4 13:33:02 2013	(r315719)
+++ head/shells/bash-devel/Makefile	Thu Apr  4 13:35:15 2013	(r315720)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304041335.r34DZF2o068348>