Home
last modified time | relevance | path

Searched refs:install_dir (Results 1 – 25 of 5592) sorted by relevance

12345678910>>...224

/dports/sysutils/auto-admin/auto-admin-0.7.8.1/Scripts/
H A Dauto-ports-setup116 $install_dir
124 $install_dir/var
138 mkdir -p $install_dir/etc $install_dir/var/run
205 PORTS=$install_dir
211 LOCALBASE=$install_dir
225 PATH=$install_dir/bin:$install_dir/sbin:/bin:/sbin:/usr/bin:/usr/sbin
238 PORTS=$install_dir
258 PATH=$install_dir/bin:$install_dir/sbin:\$PATH
381 set install_dir $install_dir
442 set install_dir $install_dir
[all …]
/dports/x11/wcm/wcm-0.7.0/icons/plugins/
H A Dmeson.build1 install_data('plugin-alpha.svg', install_dir: icon_dir)
2 install_data('plugin-animate.svg', install_dir: icon_dir)
3 install_data('plugin-annotate.svg', install_dir: icon_dir)
7 install_data('plugin-bench.svg', install_dir: icon_dir)
8 install_data('plugin-blur.svg', install_dir: icon_dir)
10 install_data('plugin-core.svg', install_dir: icon_dir)
11 install_data('plugin-cube.svg', install_dir: icon_dir)
13 install_data('plugin-expo.svg', install_dir: icon_dir)
16 install_data('plugin-grid.svg', install_dir: icon_dir)
17 install_data('plugin-idle.svg', install_dir: icon_dir)
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/metadata/
H A Dmeson.build1 install_data('alpha.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
2 install_data('animate.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
3 install_data('autostart.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
4 install_data('blur.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
5 install_data('command.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
6 install_data('core.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
7 install_data('cube.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
9 install_data('expo.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
13 install_data('grid.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
14 install_data('idle.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/contrib/
H A Dbuild_sdk.sh210 local install_dir="$3"
287 local install_dir=$3
328 local install_dir=$2
393 local install_dir=$2
432 local install_dir=$2
465 local install_dir=$2
508 local install_dir=$2
551 local install_dir=$2
607 local install_dir=$2
640 local install_dir=$2
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/scripts/common/impl/
H A Dinstall.sh30 install_dir="$1"
39 $script_name <install_dir>
47 <install_dir> - where to install
72 test -n "$install_dir" || \
94 to: $install_dir
120 rm -rf "$install_dir"
121 mkdir -p "$install_dir"
124 test -d "$install_dir" || Usage "$install_dir is not a directory"
135 test ! -r "$install_dir/$d" || rm -r "$install_dir/$d" || \
140 rm -f $install_dir/* $install_dir/.??*
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/scripts/common/impl/
H A Dinstall.sh30 install_dir="$1"
39 $script_name <install_dir>
47 <install_dir> - where to install
72 test -n "$install_dir" || \
94 to: $install_dir
120 rm -rf "$install_dir"
121 mkdir -p "$install_dir"
124 test -d "$install_dir" || Usage "$install_dir is not a directory"
135 test ! -r "$install_dir/$d" || rm -r "$install_dir/$d" || \
140 rm -f $install_dir/* $install_dir/.??*
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/includes/
H A Dinit.php39 $install_dir = realpath(__DIR__ . '/..'); variable
40 chdir($install_dir);
43 if (! is_file($install_dir . '/vendor/autoload.php')) {
44 require_once $install_dir . '/includes/common.php';
47 require_once $install_dir . '/vendor/autoload.php';
57 require_once $install_dir . '/includes/common.php';
58 require_once $install_dir . '/includes/dbFacile.php';
60 require_once $install_dir . '/includes/billing.php';
61 require_once $install_dir . '/includes/syslog.php';
68 require_once $install_dir . '/includes/functions.php';
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/plugins/
H A Dmeson.build23 install_dir : plug_dir)
58 install_dir : plug_dir)
65 install_dir : plug_dir)
71 install_dir : plug_dir)
78 install_dir : plug_dir)
85 install_data('../data/pix/cv.png', install_dir : plug_dir )
88 install_data('../data/pix/atom.png', install_dir : plug_dir )
91 install_data('../data/pix/midi.png', install_dir : plug_dir )
92 install_data('../data/pix/osc.png', install_dir : plug_dir )
93 install_data('../data/pix/time.png', install_dir : plug_dir )
[all …]
/dports/mail/ez-pine-gpg/ez-pine-gpg/
H A Dinstall59 install_dir=`echo ${1} | sed 's,/*$,,'`
63 if [ ! -d "${DESTDIR}${install_dir}" ]
65 echo "\"${DESTDIR}${install_dir}\" - That's not a directory!" 1>&2
72 if [ ! -w "${DESTDIR}${install_dir}" ]
74 echo "I can't write to \"${DESTDIR}${install_dir}\"" 1>&2
82 '[' | xargs -n 1 dirname | sort -u | tr '\n' :`"${install_dir}"
89 rm -f ${DESTDIR}${install_dir}/${n}
91 echo > ${DESTDIR}${install_dir}/${n}
93 chmod 0755 ${DESTDIR}${install_dir}/${n}
95 sed "s!^PATH=.*\$!PATH=${path}!" $n > ${DESTDIR}${install_dir}/${n}
[all …]
/dports/deskutils/gnote/gnote-41.1/data/icons/
H A Dmeson.build11 install_data('hicolor_places_16x16_notebook.png', install_dir: places_16_dir, rename: 'notebook.png…
12 install_data('hicolor_places_16x16_note.png', install_dir: places_16_dir, rename: 'note.png')
15 install_data('hicolor_status_16x16_pin-active.png', install_dir: status_16_dir, rename: 'pin-active…
16 install_data('hicolor_status_16x16_pin-down.png', install_dir: status_16_dir, rename: 'pin-down.png…
17 install_data('hicolor_status_16x16_pin-up.png', install_dir: status_16_dir, rename: 'pin-up.png')
24 install_data('hicolor_places_22x22_active-notes.png', install_dir: places_22_dir, rename: 'active-n…
25 install_data('hicolor_places_22x22_notebook.png', install_dir: places_22_dir, rename: 'notebook.png…
26 install_data('hicolor_places_22x22_note.png', install_dir: places_22_dir, rename: 'note.png')
27 install_data('hicolor_places_22x22_special-notes.png', install_dir: places_22_dir, rename: 'special…
34 install_data('hicolor_places_24x24_notebook.png', install_dir: places_24_dir, rename: 'notebook.png…
[all …]
/dports/x11-wm/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0/metadata/
H A Dmeson.build1 install_data('annotate.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
2 install_data('autorotate-iio.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
3 install_data('background-view.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
4 install_data('bench.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
5 install_data('crosshair.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
6 install_data('follow-focus.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
8 install_data('join-views.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
9 install_data('keycolor.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
10 install_data('mag.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
11 install_data('showrepaint.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
[all …]
/dports/x11-themes/greybird-theme/Greybird-3.22.15/light/
H A Dmeson.build27 install_data('index.theme', install_dir : theme_path)
31 install_subdir('gtk-3.0/apps', install_dir: theme_path / 'gtk-3.0')
63 install_data('Greybird.emerald', install_dir : theme_path)
64 install_subdir('gtk-2.0', install_dir : theme_path)
65 install_subdir('gnome-shell', install_dir : theme_path)
66 install_subdir('metacity-1', install_dir : theme_path)
67 install_subdir('xfce-notify-4.0', install_dir : theme_path)
69 install_subdir('xfwm4', install_dir : theme_path)
70 install_subdir('xfwm4-a11y', install_dir : a11y_theme_path)
72 install_subdir('plank', install_dir : theme_path)
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/
H A Dinstall.sh.in32 install_dir="$1"
80 test -n "$install_dir" || Usage "<install_dir> argument missing"
103 new_srcdir="$install_dir"
107 install_dir="$install_dir/`basename $build_dir`"
126 test -d "$install_dir" && install_dir=`(cd "${install_dir}" ; pwd)`
134 to: $install_dir
145 test -r "$install_dir" -a ! -f "$install_dir/inc/ncbiconf_unix.h" && \
156 if test -d $install_dir ; then
159 test ! -r "$install_dir/$d" || rm -rf "$install_dir/$d" || \
164 mkdir -p "$install_dir" || Usage "Cannot create install dir: $install_dir"
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/
H A Dinstall.sh.in32 install_dir="$1"
80 test -n "$install_dir" || Usage "<install_dir> argument missing"
103 new_srcdir="$install_dir"
107 install_dir="$install_dir/`basename $build_dir`"
126 test -d "$install_dir" && install_dir=`(cd "${install_dir}" ; pwd)`
134 to: $install_dir
145 test -r "$install_dir" -a ! -f "$install_dir/inc/ncbiconf_unix.h" && \
156 if test -d $install_dir ; then
159 test ! -r "$install_dir/$d" || rm -rf "$install_dir/$d" || \
164 mkdir -p "$install_dir" || Usage "Cannot create install dir: $install_dir"
[all …]
/dports/science/jstrack/jstrack/
H A Dpaths.tcl.winexe9 set install_dir $starkit::topdir
12 regsub {/tracker.*$} $install_dir {} t
18 set install_dir $t
20 # regsub -nocase {.jstrack.exe.*} $install_dir {} t ; set install_dir $t
24 set storms $install_dir/tracker/storms
25 set trackdir $install_dir/tracker
28 set rfcdir $install_dir/filt
29 set filt_path $install_dir/filt/filt.tcl
30 set ftpdir $install_dir/ftpfilt
31 set ftpfilt $install_dir/ftpfilt/ftp.tcl
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/build/meson/
H A DInstallSymlink.py24 def install_symlink(src, dst, install_dir, dst_is_dir=False, dir_mode=0o777): argument
25 if not os.path.exists(install_dir):
26 mkdir_p(install_dir, dir_mode)
27 if not os.path.isdir(install_dir):
28 raise NotADirectoryError(install_dir)
30 new_dst = os.path.join(install_dir, dst)
58 install_dir = args.install_dir
64 install_dir = DESTDIR + install_dir if os.path.isabs(install_dir) \
65 else os.path.join(DESTDIR, install_dir)
67 install_symlink(src, dst, install_dir, dst_is_dir, dir_mode)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/tools/
H A Dupdater.cpp64 char* install_dir; variable
120 install_dir = 0; in main()
128 install_dir = argv[++i]; in main()
131 if (!install_dir) { in main()
136 sprintf(prev_dir, "%s/prev_version", install_dir); in main()
140 wait_client_mutex(install_dir, 30); in main()
152 retval = move_files(files, install_dir, prev_dir); in main()
154 move_files(files, prev_dir, install_dir); in main()
158 retval = move_files(files, cur_dir, install_dir); in main()
160 move_files(files, prev_dir, install_dir); in main()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/httplib2/script/
H A Dcompile-py3-openssl11.sh4 install_dir=$cache_dir/py3-openssl11
12 if [[ $($install_dir/bin/python -V) != "Python $python_version" ]] ; then
22 ./config shared --prefix=$install_dir
27 export LD_LIBRARY_PATH=$install_dir/lib
38 conf_flags="--with-openssl=$install_dir --prefix=$install_dir --with-ensurepip=upgrade"
43 ln -fs pip3.7 $install_dir/bin/pip3
44 ln -fs pip3 $install_dir/bin/pip
45 ln -fs python3 $install_dir/bin/python
47 find $install_dir -type d -name __pycache__ -print0 |xargs -0 rm -rf
51 export LD_LIBRARY_PATH=$install_dir/lib
[all …]
/dports/security/signing-party/signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f/gpgdir/
H A Dinstall.pl36 my $install_dir = '/usr/bin';
142 $install_dir = "$homedir/bin";
154 print "[+] Installing gpgdir in $install_dir\n";
179 "gpgdir to $install_dir: $!";
183 "${install_dir}/gpgdir: $!";
187 "${install_dir}/gpgdir.tmp: $!";
197 move "${install_dir}/gpgdir.tmp", "${install_dir}/gpgdir" or
198 die "[*] Could not move ${install_dir}/gpgdir.tmp -> ",
199 "${install_dir}/gpgdir: $!";
206 chown 0, 0, "${install_dir}/gpgdir" or
[all …]
/dports/security/gpgdir/gpgdir-1.9.5/
H A Dinstall.pl36 my $install_dir = '/usr/bin';
142 $install_dir = "$homedir/bin";
154 print "[+] Installing gpgdir in $install_dir\n";
179 "gpgdir to $install_dir: $!";
183 "${install_dir}/gpgdir: $!";
187 "${install_dir}/gpgdir.tmp: $!";
197 move "${install_dir}/gpgdir.tmp", "${install_dir}/gpgdir" or
198 die "[*] Could not move ${install_dir}/gpgdir.tmp -> ",
199 "${install_dir}/gpgdir: $!";
206 chown 0, 0, "${install_dir}/gpgdir" or
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/ci/
H A Dapple-install-libcxx.sh65 install_dir="${2}"
98 for arg in llvm_root build_dir symbols_dir install_dir; do
139 mkdir -p "${install_dir}/usr/lib"
140 cp "${build_dir}/${dylib}" "${install_dir}/usr/lib/${dylib}"
141 xcrun --sdk "${sdk}" strip -S "${install_dir}/usr/lib/${dylib}"
150 (cd "${install_dir}/usr/lib" && ln -s "libc++.1.dylib" libc++.dylib)
156 mkdir -p "${install_dir}/usr/include"
157 ditto "${build_dir}/${any_arch}-install/include" "${install_dir}/usr/include"
160 chown -R root:wheel "${install_dir}/usr/include"
164 mkdir -p "${install_dir}/usr/local/OpenSourceLicenses"
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/ci/
H A Dapple-install-libcxx.sh65 install_dir="${2}"
98 for arg in llvm_root build_dir symbols_dir install_dir; do
140 mkdir -p "${install_dir}/usr/lib"
141 cp "${build_dir}/${dylib}" "${install_dir}/usr/lib/${dylib}"
142 xcrun --sdk "${sdk}" strip -S "${install_dir}/usr/lib/${dylib}"
151 (cd "${install_dir}/usr/lib" && ln -s "libc++.1.dylib" libc++.dylib)
157 mkdir -p "${install_dir}/usr/include"
158 ditto "${build_dir}/${any_arch}-install/include" "${install_dir}/usr/include"
161 chown -R root:wheel "${install_dir}/usr/include"
165 mkdir -p "${install_dir}/usr/local/OpenSourceLicenses"
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/ci/
H A Dapple-install-libcxx.sh65 install_dir="${2}"
98 for arg in llvm_root build_dir symbols_dir install_dir; do
139 mkdir -p "${install_dir}/usr/lib"
140 cp "${build_dir}/${dylib}" "${install_dir}/usr/lib/${dylib}"
141 xcrun --sdk "${sdk}" strip -S "${install_dir}/usr/lib/${dylib}"
150 (cd "${install_dir}/usr/lib" && ln -s "libc++.1.dylib" libc++.dylib)
156 mkdir -p "${install_dir}/usr/include"
157 ditto "${build_dir}/${any_arch}-install/include" "${install_dir}/usr/include"
160 chown -R root:wheel "${install_dir}/usr/include"
164 mkdir -p "${install_dir}/usr/local/OpenSourceLicenses"
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/ci/
H A Dapple-install-libcxx.sh65 install_dir="${2}"
98 for arg in llvm_root build_dir symbols_dir install_dir; do
139 mkdir -p "${install_dir}/usr/lib"
140 cp "${build_dir}/${dylib}" "${install_dir}/usr/lib/${dylib}"
141 xcrun --sdk "${sdk}" strip -S "${install_dir}/usr/lib/${dylib}"
150 (cd "${install_dir}/usr/lib" && ln -s "libc++.1.dylib" libc++.dylib)
156 mkdir -p "${install_dir}/usr/include"
157 ditto "${build_dir}/${any_arch}-install/include" "${install_dir}/usr/include"
160 chown -R root:wheel "${install_dir}/usr/include"
164 mkdir -p "${install_dir}/usr/local/OpenSourceLicenses"
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/45 custom install dirs/
H A Dmeson.build2 executable('prog', 'prog.c', install : true, install_dir : 'dib/dab/dub')
3 executable('prog2', 'prog.c', install : true, install_dir : get_option('prefix') + '/dib/dab/dub2')
4 install_headers('sample.h', install_dir : 'some/dir')
5 install_headers('sample.h', install_dir : get_option('prefix') + '/some/dir2')
6 install_man('prog.1', install_dir : 'woman')
7 install_man('prog.1', install_dir : get_option('prefix') + '/woman2')
8 install_data('datafile.cat', install_dir : 'meow')
9 install_data('datafile.cat', install_dir : get_option('prefix') + '/meow2')
10 install_subdir('subdir', install_dir : 'woof')
11 install_subdir('subdir', install_dir : get_option('prefix') + '/woof2')

12345678910>>...224