Index: Makefile =================================================================== RCS file: /ncvs/ports/ports-mgmt/tinderbox-devel/Makefile,v retrieving revision 1.64 diff -u -r1.64 Makefile --- Makefile 17 Sep 2009 18:17:30 -0000 1.64 +++ Makefile 18 Sep 2009 14:25:11 -0000 @@ -97,8 +97,9 @@ post-patch: .ifdef WITHOUT_CHECK_FOR_ROOT - ${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \ + @${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \ ${WRKSRC}/tc + @${RM} ${WRKSRC}/tc.bak .endif @cd ${WRKSRC} && ${FIND} . -name '*.orig' -exec ${RM} {} \;