aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2013-03-06 15:44:31 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2013-03-06 15:44:31 +0000
commit27dac82f8c6464f8cdfc90de015d4f85f1ecc533 (patch)
tree5bffc59d27f660fdf5ed114a4c299590861a2789
parentcca0d42487b608c6d85f2ecdb3a7b2cf8861337d (diff)
downloadports-27dac82f8c6464f8cdfc90de015d4f85f1ecc533.tar.gz
ports-27dac82f8c6464f8cdfc90de015d4f85f1ecc533.zip
- Fix typo in option name
Notes
Notes: svn path=/head/; revision=313524
-rw-r--r--ports-mgmt/tinderbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index 53d9da7cd2a5..23d7bbc91b1f 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -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