Home
last modified time | relevance | path

Searched refs:instpath (Results 1 – 25 of 78) sorted by relevance

1234

/dports/sysutils/gkrellflynn/gkrellflynn-0.8/
H A Dinstall-sub.sh6 instpath=""
7 test -x $HOME/.$targetdir && instpath=$HOME/.$targetdir
8 test -x /usr/local/lib/$targetdir && instpath=/usr/local/lib/$targetdir
9 test -x /usr/lib/$targetdir && instpath=/usr/lib/$targetdir
11 if test -z $instpath; then
16 instpath=$instpath/plugins
18 echo "installing plugin "$1" in "$instpath
20 if ! test -x $instpath; then
21 mkdir $instpath
24 cp $1 $instpath
/dports/lang/fth/fth-1.4.1/examples/site-lib/
H A Dinstall.fth10 nil { instpath }
13 to instpath
19 instpath empty? if
20 config-prefix "/share/fth/site-fth" $+ to instpath
30 instpath "/" $+ scr $+ file-mtime b> if
/dports/devel/p5-ExtUtils-Depends/ExtUtils-Depends-0.8001/lib/ExtUtils/
H A DDepends.pm184 my $instpath = File::Spec->catdir (@pieces);
189 unless $instpath;
191 if (not File::Spec->file_name_is_absolute ($instpath)) {
192 $instpath = File::Spec->rel2abs ($instpath);
213 @typemaps = map { File::Spec->rel2abs ($_, $instpath) } @typemaps;
216 instpath => $instpath,
218 inc => "-I". _quote_if_space($instpath) ." $inc",
/dports/lang/p5-TryCatch/TryCatch-1.003002/inc/EUDeps/ExtUtils/
H A DDepends.pm178 my $instpath = File::Spec->catdir (@pieces);
183 unless $instpath;
185 if (not File::Spec->file_name_is_absolute ($instpath)) {
186 $instpath = File::Spec->rel2abs ($instpath);
190 File::Spec->rel2abs ($_, $instpath)
194 instpath => $instpath,
196 inc => "-I$instpath ".${"$depinstallfiles\::inc"},
/dports/textproc/p5-OpenOffice-OODoc/OpenOffice-OODoc-2.125/
H A Doodoc_version13 my $instpath = $OpenOffice::OODoc::INSTALLATION_PATH;
17 " Installation path\t$instpath\n";
/dports/sysutils/modules/modules-4.6.0/compat/
H A Dmain.c90 char *instpath = PREFIX, variable
258 rc_path = instpath; in main()
266 rc_path = instpath; in main()
275 if( rc_path == instpath) { in main()
276 if((char *) NULL == (rc_path = stringer(NULL,0, instpath,"/etc",NULL))){ in main()
H A DModuleCmd_Whatis.c721 env_path = instpath; in apropos_cache()
732 env_path = instpath; in apropos_cache()
739 if( env_path == instpath) { in apropos_cache()
/dports/textproc/p5-OpenOffice-OODoc/OpenOffice-OODoc-2.125/examples/
H A Doodoc_test32 my $instpath = $OpenOffice::OODoc::INSTALLATION_PATH;
36 " Installation path\t$instpath\n";
46 my $image_file = "$instpath/data/image.png";
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx233 void ContentProvider::subst( OUString& instpath ) in subst() argument
236 instpath = aOptions.SubstituteVariable( instpath ); in subst()
H A Dprovider.hxx114 static void subst( OUString& instpath );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx265 void ContentProvider::subst( OUString& instpath ) in subst() argument
268 instpath = aOptions.SubstituteVariable( instpath ); in subst()
H A Dprovider.hxx129 static void subst( OUString& instpath );
/dports/audio/rhvoice/RHVoice-1.2.4/site_scons/site_tools/
H A Dinstaller.py27 def Install(env,src,instpath,instname=None,sysdir=True,mode=0o644,shlib=False):
28 destpath=env.subst("$DESTDIR"+instpath)
/dports/lang/gauche/Gauche-0.9.10/lib/gauche/interactive/
H A Dinfo.scm103 [instpath (list (gauche-config "--infodir"))]
109 (append in-place syspath instpath)))
/dports/lang/p5-TryCatch/TryCatch-1.003002/
H A DMakefile.PL89 my $src = Path::Class::dir($conf->{instpath});
/dports/devel/dia2code/dia2code-0.8.8/
H A Ddia2code.nsi28 InstallDirRegKey HKEY_LOCAL_MACHINE "Software\dia2code" "instpath"
45 WriteRegStr HKEY_LOCAL_MACHINE "Software\dia2code" "instpath" $INSTDIR
/dports/devel/dia2code+/dia2code-1.0.0/builds/nsi/
H A Ddia2code.nsi28 InstallDirRegKey HKEY_LOCAL_MACHINE "Software\dia2code" "instpath"
45 WriteRegStr HKEY_LOCAL_MACHINE "Software\dia2code" "instpath" $INSTDIR
/dports/multimedia/mpv/waf-2.0.20/waflib/extras/
H A Dxcode6.py580 for instpath in installpaths:
581 bldsettings['INSTALL_PATH'].append(instpath)
582 target.add_build_phase(PBXCopyFilesBuildPhase([prodbuildfile], instpath))
/dports/audio/fomp-lv2/fomp-1.2.2/waflib/extras/
H A Dxcode6.py580 for instpath in installpaths:
581 bldsettings['INSTALL_PATH'].append(instpath)
582 target.add_build_phase(PBXCopyFilesBuildPhase([prodbuildfile], instpath))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/waflib/extras/
H A Dxcode6.py580 for instpath in installpaths:
581 bldsettings['INSTALL_PATH'].append(instpath)
582 target.add_build_phase(PBXCopyFilesBuildPhase([prodbuildfile], instpath))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/waflib/extras/
H A Dxcode6.py580 for instpath in installpaths:
581 bldsettings['INSTALL_PATH'].append(instpath)
582 target.add_build_phase(PBXCopyFilesBuildPhase([prodbuildfile], instpath))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/waflib/extras/
H A Dxcode6.py580 for instpath in installpaths:
581 bldsettings['INSTALL_PATH'].append(instpath)
582 target.add_build_phase(PBXCopyFilesBuildPhase([prodbuildfile], instpath))
/dports/net/samba412/samba-4.12.15/third_party/waf/waflib/extras/
H A Dxcode6.py580 for instpath in installpaths:
581 bldsettings['INSTALL_PATH'].append(instpath)
582 target.add_build_phase(PBXCopyFilesBuildPhase([prodbuildfile], instpath))
/dports/audio/lilv/lilv-0.24.12/waflib/extras/
H A Dxcode6.py580 for instpath in installpaths:
581 bldsettings['INSTALL_PATH'].append(instpath)
582 target.add_build_phase(PBXCopyFilesBuildPhase([prodbuildfile], instpath))
/dports/audio/mda-lv2/mda-lv2-1.2.6/waflib/extras/
H A Dxcode6.py580 for instpath in installpaths:
581 bldsettings['INSTALL_PATH'].append(instpath)
582 target.add_build_phase(PBXCopyFilesBuildPhase([prodbuildfile], instpath))

1234