Home
last modified time | relevance | path

Searched refs:share_prefix (Results 1 – 18 of 18) sorted by relevance

/dports/math/p5-Math-Pari/pari-2.3.5/config/
H A Dget_install2 _install_list="prefix share_prefix bindir datadir emacsdir includedir libdir mandir sysdatadir "
20 if test -z "$share_prefix"; then
21 share_prefix=$prefix/share
24 dflt=$share_prefix; . ./myread; share_prefix=$ans
26 dfltman=$share_prefix/man/man1
27 dfltemacs=$share_prefix/emacs/site-lisp/pari
28 dfltdata=$share_prefix/pari
52 for i in prefix share_prefix bindir libdir includedir mandir emacsdir sysdatadir datadir ; do
H A Dget_config_options26 share_prefix=
58 share_prefix=`echo "$1" | sed -e 's/[-a-z]*=//'`;;
127 case "$share_prefix" in /) prefix=;; esac
/dports/math/pari/pari-2.13.3/config/
H A Dget_install2 _install_list="prefix share_prefix bindir datadir includedir libdir mandir sysdatadir "
20 if test -z "$share_prefix"; then
21 share_prefix=$prefix/share
24 dflt=$share_prefix; . ./myread; share_prefix=$ans
26 dfltman=$share_prefix/man/man1
27 dfltdata=$share_prefix/pari
51 for i in prefix share_prefix bindir libdir includedir mandir sysdatadir datadir ; do
H A Dget_config_options9 share_prefix=
42 share_prefix=`echo "$1" | sed -e 's/[-a-z]*=//'`;;
122 case "$share_prefix" in /) prefix=;; esac
/dports/www/p5-Amon2/Amon2-6.10/share/flavor/Minimum/builder/
H A DMyBuilder.pm12 my $share_prefix = File::Spec->catdir($self->blib, qw/lib auto share dist/, '<% $dist %>');
19 to_dir => File::Spec->catfile( $share_prefix )
/dports/net/kamailio/kamailio-5.4.5/src/
H A DMakefile.modules226 install-share: $(share_prefix)/$(share_dir)
231 $(share_prefix)/$(share_dir)/`basename "$$r"` ); \
233 $(INSTALL_SHARE) "$$r" $(share_prefix)/$(share_dir) ); \
255 $(share_prefix)/$(share_dir):
H A DMakefile671 $(share_prefix)/$(share_dir) \
685 $(share_prefix)/$(share_dir):
686 mkdir -p $(share_prefix)/$(share_dir)
796 install-share: $(share_prefix)/$(share_dir)
801 $(share_prefix)/$(share_dir)/`basename "$$r"` ); \
803 $(INSTALL_SHARE) "$$r" $(share_prefix)/$(share_dir) );\
1092 @echo " *SHRDIR Path is: ${share_prefix}/${share_dir}"
1123 echo "rm -rf ${share_prefix}/${share_dir}" ; \
H A DMakefile.defs556 share_prefix = $(basedir)$(prefix)
2194 share_prefix share_dir lib_prefix lib_dir data_prefix data_dir \
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Dtss.cpp40 const std::string share_prefix = get_arg("share-prefix"); in go() local
68 … const std::string share_name = share_prefix + std::to_string(i + 1) + "." + share_suffix; in go()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dtss.cpp40 const std::string share_prefix = get_arg("share-prefix"); in go() local
68 … const std::string share_name = share_prefix + std::to_string(i + 1) + "." + share_suffix; in go()
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Dtss.cpp40 const std::string share_prefix = get_arg("share-prefix"); in go() local
68 … const std::string share_name = share_prefix + std::to_string(i + 1) + "." + share_suffix; in go()
/dports/net/kamailio/kamailio-5.4.5/src/modules/snmpstats/
H A DMakefile16 INSTALLMIBDIR = $(share_prefix)/share/snmp/mibs
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dha_ndbcluster_binlog.h67 static const char share_prefix[]= "./"; variable
H A Dha_ndbcluster.cc6107 ndb_rep_event_name(&event_name, from + sizeof(share_prefix) - 1, 0); in rename_table()
6116 ndb_rep_event_name(&event_name, to + sizeof(share_prefix) - 1, 0); in rename_table()
6348 ndb_rep_event_name(&event_name, path + sizeof(share_prefix) - 1, 0); in delete_table()
H A Dha_ndbcluster_binlog.cc1795 share_prefix, share->table->s->db.str, in ndb_handle_schema_change()
/dports/net/kamailio/kamailio-5.4.5/pkg/kamailio/gentoo/
H A Dkamailio-9999.ebuild140 share_prefix="${D}/usr/" \
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dimports.rs196 .find(|tree| tree.share_prefix(&flattened, merge_by)) in merge_use_trees()
571 fn share_prefix(&self, other: &UseTree, shared_prefix: SharedPrefix) -> bool { in share_prefix() method
695 if tree.share_prefix(&use_tree, merge_by) { in merge_use_trees_inner()
/dports/devel/p5-Module-Build/Module-Build-0.4231/lib/Module/Build/
H A DBase.pm2896 my $share_prefix = File::Spec->catdir($self->blib, qw/lib auto share/);
2901 from => $file, to => File::Spec->catfile( $share_prefix, $files->{$file} )