diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-12 20:14:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-12 20:14:35 +0000 |
commit | 604c0d03b4243e9fe8345cd7738adf2f0febc7f9 (patch) | |
tree | cd97a7772b5d2a3950691842369398209927b19b /devel/ruby-sysvipc | |
parent | Fix XAWVER shlib version. (diff) |
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.
Diffstat (limited to 'devel/ruby-sysvipc')
0 files changed, 0 insertions, 0 deletions