diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-07 23:08:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-07 23:08:24 +0000 |
commit | e09cecf9552025b984e218630a112fa776def00c (patch) | |
tree | fc89e26c7c3495fe0700b6c50dd3e362a13d3962 /lang/tcl84 | |
parent | f15516ef56520ef1f7da487c78c9cc017b2bd078 (diff) | |
download | ports-e09cecf9552025b984e218630a112fa776def00c.tar.gz ports-e09cecf9552025b984e218630a112fa776def00c.zip |
Notes
Diffstat (limited to 'lang/tcl84')
-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 b1daaf91ac03..e239b4a3b09a 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 || ${TRUE} +BLACKHOLE!= /sbin/sysctl -n net.inet.tcp.blackhole || ${TRUE} post-configure: ${REINPLACE_CMD} \ |