diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-07-06 06:42:24 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-07-06 06:42:24 +0000 |
commit | 6c6c55cd26abb040749ae407bc4a26cbae8d4134 (patch) | |
tree | 5fe6d3b1123619d795e992d3d89cbca7e080541a /lang | |
parent | 4c361739d30446636a545ee1c1b48007f406387d (diff) | |
download | ports-6c6c55cd26abb040749ae407bc4a26cbae8d4134.tar.gz ports-6c6c55cd26abb040749ae407bc4a26cbae8d4134.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl84/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index e83c440ee99d..b1daaf91ac03 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -613,7 +613,7 @@ pre-configure: .endif # Where the below command fails, there is no need for concern: -BLACKHOLE!= sysctl -n net.inet.tcp.blackhole +BLACKHOLE!= sysctl -n net.inet.tcp.blackhole || ${TRUE} post-configure: ${REINPLACE_CMD} \ |