diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-05-13 04:14:35 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-05-13 04:14:35 +0800 |
commit | 2f367f4dfe66ce5b4aeb8cf3b6e6cb5fa35eb591 (patch) | |
tree | 9003f9676d84e04668523b74ff89d3434d34979c /x11/gvid | |
parent | 83572ed5102a5859ae867ca69cc40662c6690f94 (diff) | |
download | freebsd-ports-gnome-2f367f4dfe66ce5b4aeb8cf3b6e6cb5fa35eb591.tar.gz freebsd-ports-gnome-2f367f4dfe66ce5b4aeb8cf3b6e6cb5fa35eb591.tar.zst freebsd-ports-gnome-2f367f4dfe66ce5b4aeb8cf3b6e6cb5fa35eb591.zip |
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 'x11/gvid')
0 files changed, 0 insertions, 0 deletions