diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-08 07:08:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-08 07:08:24 +0800 |
commit | a36bccf23f34a6af6033a46ea23f3a846101dad3 (patch) | |
tree | ac5355ce2b323c4afe405f98a3a65e13e193a1e9 /lang | |
parent | fa06a2bbdfa304a0f0b55510e9c71da038ecac0e (diff) | |
download | freebsd-ports-gnome-a36bccf23f34a6af6033a46ea23f3a846101dad3.tar.gz freebsd-ports-gnome-a36bccf23f34a6af6033a46ea23f3a846101dad3.tar.zst freebsd-ports-gnome-a36bccf23f34a6af6033a46ea23f3a846101dad3.zip |
Fix cronjob-driven updating of ports by fully qualifying the path to sysctl.
Hat: portmgr
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 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} \ |