svn commit: r315720 - head/shells/bash-devel

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 4 13:35:15 UTC 2013


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


More information about the svn-ports-all mailing list