K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-05-12T20:14:35.000000Z K 7 svn:log V 412 Update port to version 2.0.8. * Rewrite lines like: @exec [ CONDITION ] && ACTION as: @exec [ ! CONDITION ] || ACTION In the first version, the @executed command returns false if CONDITION is false and ACTION is not performed: pkg_add would then complain about the whole command's exit code. The second version returns either true or the actual ACTION exit code. * Do not echo some Makefile commands. END