svn commit: r313524 - head/ports-mgmt/tinderbox

Bernhard Froehlich decke at FreeBSD.org
Wed Mar 6 15:44:32 UTC 2013


Author: decke
Date: Wed Mar  6 15:44:31 2013
New Revision: 313524
URL: http://svnweb.freebsd.org/changeset/ports/313524

Log:
  - Fix typo in option name

Modified:
  head/ports-mgmt/tinderbox/Makefile

Modified: head/ports-mgmt/tinderbox/Makefile
==============================================================================
--- head/ports-mgmt/tinderbox/Makefile	Wed Mar  6 15:25:39 2013	(r313523)
+++ head/ports-mgmt/tinderbox/Makefile	Wed Mar  6 15:44:31 2013	(r313524)
@@ -103,7 +103,7 @@ post-extract:
 .endif
 
 post-patch:
-.if ! ${PORT_OPTIONS:MCHECK__ROOT}
+.if ! ${PORT_OPTIONS:MCHECK_ROOT}
 	${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \
 		${WRKSRC}/tc
 .endif


More information about the svn-ports-head mailing list