Home
last modified time | relevance | path

Searched refs:t_bindir (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gambit-c/gambit-4.9.3/bin/
H A Dmakefile.in240 t_bindir="$$i_bindir"; \
244 t_bindir="$$c_bindir"; \
247 rm -f "$$t_bindir/$$file" "$$t_bindir/$$file.lnk"; \
264 if test "$$t_bindir" != "$$i_bindir"; then \
279 t_bindir="$$i_bindir"; \
283 t_bindir="$$c_bindir"; \
286 rm -f "$$t_bindir/$$file" "$$t_bindir/$$file.lnk"; \
289 rm -f "$$t_bindir/$$file"; \
291 if test "$$t_bindir" != "$$i_bindir"; then \
299 rmdir "$$t_bindir" 2> /dev/null; \
[all …]
/dports/lang/gambit-c/gambit-4.9.3/gsi/
H A Dmakefile.in246 t_bindir="$$i_bindir"; \
253 t_bindir="$$c_bindir"; \
266 $(INSTALL_PROGRAM) "$(EXECUTABLE)" "$$t_bindir/$(EXECUTABLE_INSTALLED)"; \
273 if test "$$t_bindir" != "$$i_bindir"; then \
274 r_bindir=`$(rootfromhere)/relpath "$$t_bindir" "$$i_bindir" @ENABLE_MULTIPLE_VERSIONS@`; \
285 t_bindir="$$i_bindir"; \
290 t_bindir="$$c_bindir"; \
301 rm -f "$$t_bindir/$(EXECUTABLE_INSTALLED)"; \
302 if test "$$t_bindir" != "$$i_bindir"; then \
311 rmdir "$$t_bindir" 2> /dev/null; \
[all …]
/dports/lang/gambit-c/gambit-4.9.3/gsc/
H A Dmakefile.in293 t_bindir="$$i_bindir"; \
300 t_bindir="$$c_bindir"; \
315 $(INSTALL_PROGRAM) "$(EXECUTABLE)" "$$t_bindir/$(EXECUTABLE_INSTALLED)"; \
322 if test "$$t_bindir" != "$$i_bindir"; then \
323 r_bindir=`$(rootfromhere)/relpath "$$t_bindir" "$$i_bindir" @ENABLE_MULTIPLE_VERSIONS@`; \
334 t_bindir="$$i_bindir"; \
339 t_bindir="$$c_bindir"; \
350 rm -f "$$t_bindir/$(EXECUTABLE_INSTALLED)"; \
351 if test "$$t_bindir" != "$$i_bindir"; then \
360 rmdir "$$t_bindir" 2> /dev/null; \
[all …]
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dconfigure.ac4499 t_bindir="${bindir}"
4500 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
4501 t_bindir=`eval echo ${t_bindir}`
4502 case $t_bindir in
4503 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
4505 case $t_bindir in
4506 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
4509 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
4511 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
4513 user_path=$user_path:$t_bindir
[all …]
H A Dconfigure18069 t_bindir="${bindir}"
18070 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
18071 t_bindir=`eval echo ${t_bindir}`
18072 case $t_bindir in
18073 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
18075 case $t_bindir in
18076 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
18079 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
18081 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
18083 user_path=$user_path:$t_bindir
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dconfigure.ac4408 t_bindir="${bindir}"
4409 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
4410 t_bindir=`eval echo ${t_bindir}`
4411 case $t_bindir in
4412 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
4414 case $t_bindir in
4415 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
4418 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
4420 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
4422 user_path=$user_path:$t_bindir
[all …]
H A Dconfigure17779 t_bindir="${bindir}"
17780 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
17781 t_bindir=`eval echo ${t_bindir}`
17782 case $t_bindir in
17783 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
17785 case $t_bindir in
17786 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
17789 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
17791 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
17793 user_path=$user_path:$t_bindir
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dconfigure.ac5169 t_bindir="${bindir}"
5170 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
5171 t_bindir=`eval echo ${t_bindir}`
5172 case $t_bindir in
5173 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
5175 case $t_bindir in
5176 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
5179 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
5181 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
5183 user_path=$user_path:$t_bindir
[all …]
H A Dconfigure20087 t_bindir="${bindir}"
20088 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
20089 t_bindir=`eval echo ${t_bindir}`
20090 case $t_bindir in
20091 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
20093 case $t_bindir in
20094 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
20097 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
20099 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
20101 user_path=$user_path:$t_bindir
[all …]
/dports/net/opennx/opennx-0.16/patches/
H A Dnxssh-dynopensc.patch37397 t_bindir=`eval echo ${bindir}`
37398 case $t_bindir in
37400 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
37402 user_path=$user_path:$t_bindir
37403 - { echo "$as_me:$LINENO: result: Adding $t_bindir to USER_PATH so scp will work" >&5
37404 -echo "${ECHO_T}Adding $t_bindir to USER_PATH so scp will work" >&6; }
37405 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: Adding $t_bindir to USER_PATH so scp will wor…
37406 +$as_echo "Adding $t_bindir to USER_PATH so scp will work" >&6; }