diff options
author | markd <markd@pkgsrc.org> | 2004-02-29 11:49:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-02-29 11:49:54 +0000 |
commit | 406a640571205195388a95dbf439ccfcf7bbb4d3 (patch) | |
tree | 573b048d926d2e37cf337cef12f81d555196d122 /x11 | |
parent | 46e479cd611d41e3c770ccc5e7ff93e9cd884fbd (diff) | |
download | pkgsrc-406a640571205195388a95dbf439ccfcf7bbb4d3.tar.gz |
Some shells don't like:
if test -x /bin/true; then
else
so replace with:
if test -x /bin/true; then
:
else
From Roland Illig in a posting to "tech-pkg"
Also add missing openssl/buildlink2.mk to buildlink2.mk.
Diffstat (limited to 'x11')
0 files changed, 0 insertions, 0 deletions