- Fix typo in option name

This commit is contained in:
Bernhard Froehlich 2013-03-06 15:44:31 +00:00
parent cca0d42487
commit 27dac82f8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313524

View File

@ -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