aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2013-03-06 23:44:31 +0800
committerdecke <decke@FreeBSD.org>2013-03-06 23:44:31 +0800
commit1d99bd470d62bd874badd3c6043c723bb1b4b56c (patch)
tree5bffc59d27f660fdf5ed114a4c299590861a2789
parent8468d364d1193b76b1952bf6f93fdbf1d1723b3a (diff)
downloadfreebsd-ports-graphics-1d99bd470d62bd874badd3c6043c723bb1b4b56c.tar.gz
freebsd-ports-graphics-1d99bd470d62bd874badd3c6043c723bb1b4b56c.tar.zst
freebsd-ports-graphics-1d99bd470d62bd874badd3c6043c723bb1b4b56c.zip
- Fix typo in option name
-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 53d9da7cd2a..23d7bbc91b1 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