Home
last modified time | relevance | path

Searched refs:INSTALLDIRS (Results 1 – 25 of 1664) sorted by relevance

12345678910>>...67

/dports/devel/p5-Module-Install/Module-Install-1.19/t/
H A D22_installdirs.t21 makemaker_args 'INSTALLDIRS' => '~/local/';
30 my ($installdirs) = $content =~ /^INSTALLDIRS\s*=\s*(.+?)\r?$/m;
31 diag "INSTALLDIRS: $installdirs" if $ENV{TEST_VERBOSE};
32 ok( $installdirs eq '~/local/', 'correct INSTALLDIRS');
52 diag "INSTALLDIRS: $installdirs" if $ENV{TEST_VERBOSE};
53 ok( $installdirs eq '~/local/', 'correct INSTALLDIRS');
64 makemaker_args 'INSTALLDIRS' => '~/old/';
74 diag "INSTALLDIRS: $installdirs" if $ENV{TEST_VERBOSE};
75 ok( $installdirs eq '~/local/', 'correct INSTALLDIRS');
95 diag "INSTALLDIRS: $installdirs" if $ENV{TEST_VERBOSE};
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/lib/perl/
H A DMakefile.am20 INSTALLDIRS=perl macro
23 $(MAKE) -f Makefile-pl INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) DESTDIR=$(DESTDIR)
26 …$(MAKE) -f Makefile-pl INSTALLMAN3DIR=$(mandir)/man3 INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) D…
32 $(PERL) Makefile.PL INSTALLDIRS=$(INSTALLDIRS) INSTALL_BASE=$(prefix) PREFIX=
/dports/lang/perl5.34/perl-5.34.0/cpan/ExtUtils-MakeMaker/t/
H A Dbuild_man.t143 my $INSTALLDIRS = 'site';
153 INSTALLDIRS => $INSTALLDIRS,
198 my $installwas = $INSTALLDIRS;
199 $INSTALLDIRS = 'perl';
201 $INSTALLDIRS = $installwas;
217 INSTALLDIRS => $INSTALLDIRS,
/dports/lang/perl5.32/perl-5.32.1/cpan/ExtUtils-MakeMaker/t/
H A Dbuild_man.t142 my $INSTALLDIRS = 'site';
152 INSTALLDIRS => $INSTALLDIRS,
197 my $installwas = $INSTALLDIRS;
198 $INSTALLDIRS = 'perl';
200 $INSTALLDIRS = $installwas;
216 INSTALLDIRS => $INSTALLDIRS,
/dports/devel/p5-ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.62/t/
H A Dbuild_man.t143 my $INSTALLDIRS = 'site';
153 INSTALLDIRS => $INSTALLDIRS,
198 my $installwas = $INSTALLDIRS;
199 $INSTALLDIRS = 'perl';
201 $INSTALLDIRS = $installwas;
217 INSTALLDIRS => $INSTALLDIRS,
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/ExtUtils-MakeMaker/t/
H A Dbuild_man.t143 my $INSTALLDIRS = 'site';
153 INSTALLDIRS => $INSTALLDIRS,
198 my $installwas = $INSTALLDIRS;
199 $INSTALLDIRS = 'perl';
201 $INSTALLDIRS = $installwas;
217 INSTALLDIRS => $INSTALLDIRS,
/dports/devel/z88dk/z88dk/support/
H A DMakefile6 INSTALLDIRS = $(SUBDIRS:%=install-%) macro
23 subdirs-install: $(INSTALLDIRS)
26 .PHONY: subdirs-all $(SUBDIRS) $(CLEANDIRS) $(INSTALLDIRS)
36 $(INSTALLDIRS):
/dports/science/grib_api/grib_api-1.28.0-Source/perl/GRIB-API/
H A DINSTALL1 %perl56 Makefile.PL PREFIX=/tmp/test INSTALLDIRS=perl
8 If you don't set INSTALLDIRS, the modules go to /tmp/test/lib/site_perl, so you need
11 perl56 Makefile.PL PREFIX=/home/ma/mab/grib/api INSTALLDIRS=perl
13 perl Makefile.PL PREFIX=/home/ma/mab/grib/api INSTALLDIRS=perl LD="ld -b32"
/dports/databases/pgFormatter/pgFormatter-5.1/
H A DMakefile.PL20 my $INSTALLDIRS = $ENV{INSTALLDIRS} || 'site';
35 'INSTALLDIRS' => $INSTALLDIRS,
/dports/devel/p5-Devel-CoreStack/Devel-CoreStack-1.3/
H A DMakefile57 INSTALLDIRS = perl macro
250 INSTALLDIRS="$(INSTALLDIRS)"
484 @echo INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
486 pure_install :: pure_$(INSTALLDIRS)_install
488 doc_install :: doc_$(INSTALLDIRS)_install
492 @echo INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
495 @echo INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
541 uninstall :: uninstall_from_$(INSTALLDIRS)dirs
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/
H A DMakefile.in24 INSTALLDIRS = $(SUBDIRS:%=install-%)
25 install: $(INSTALLDIRS)
26 $(INSTALLDIRS):
/dports/lang/perl5.30/perl-5.30.3/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Cygwin.pm153 my $INSTALLDIRS = $self->{INSTALLDIRS};
154 …my $INSTALLLIB = $self->{"INSTALL". ($INSTALLDIRS eq 'perl' ? 'ARCHLIB' : uc($INSTALLDIRS)."ARCH")…
/dports/lang/perl5.32/perl-5.32.1/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Cygwin.pm153 my $INSTALLDIRS = $self->{INSTALLDIRS};
154 …my $INSTALLLIB = $self->{"INSTALL". ($INSTALLDIRS eq 'perl' ? 'ARCHLIB' : uc($INSTALLDIRS)."ARCH")…
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/
H A DMakefile15 INSTALLDIRS = $(DIRS:%=install-%) macro
44 install: all $(INSTALLDIRS)
45 $(INSTALLDIRS):
92 .PHONY: $(BUILDDIRS) $(DIRS) $(INSTALLDIRS) $(UNINSTALLDIRS)
/dports/lang/perl5.34/perl-5.34.0/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Cygwin.pm164 my $INSTALLDIRS = $self->{INSTALLDIRS};
165 …my $INSTALLLIB = $self->{"INSTALL". ($INSTALLDIRS eq 'perl' ? 'ARCHLIB' : uc($INSTALLDIRS)."ARCH")…
/dports/devel/p5-ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.62/lib/ExtUtils/
H A DMM_Cygwin.pm164 my $INSTALLDIRS = $self->{INSTALLDIRS};
165 …my $INSTALLLIB = $self->{"INSTALL". ($INSTALLDIRS eq 'perl' ? 'ARCHLIB' : uc($INSTALLDIRS)."ARCH")…
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Cygwin.pm164 my $INSTALLDIRS = $self->{INSTALLDIRS};
165 …my $INSTALLLIB = $self->{"INSTALL". ($INSTALLDIRS eq 'perl' ? 'ARCHLIB' : uc($INSTALLDIRS)."ARCH")…
/dports/science/pnetcdf/parallel-netcdf-1.8.1/benchmarks/
H A DMakefile.in45 INSTALLDIRS = $(SUBDIRS:%=install-%)
46 install: all $(INSTALLDIRS)
47 $(INSTALLDIRS):
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/
H A DMakefile.in44 INSTALLDIRS = $(INSTALL_SUBDIRS:%=install-%)
45 install: $(INSTALLDIRS)
46 $(INSTALLDIRS): all
/dports/science/pnetcdf/parallel-netcdf-1.8.1/examples/
H A DMakefile.in63 INSTALLDIRS = $(SUBDIRS:%=install-%)
64 install: all $(INSTALLDIRS)
65 $(INSTALLDIRS):
/dports/databases/pgbadger/pgbadger-11.6/
H A DMakefile.PL20 my $INSTALLDIRS = $ENV{INSTALLDIRS} || 'site';
80 'INSTALLDIRS' => $INSTALLDIRS,
/dports/lang/perl5.32/perl-5.32.1/NetWare/
H A DMakefile1096 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1108 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1114 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1120 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1126 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1144 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1150 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1162 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1168 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1174 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
[all …]
/dports/lang/perl5.30/perl-5.30.3/NetWare/
H A DMakefile1096 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1108 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1114 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1120 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1126 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1144 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1150 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1162 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1168 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1174 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
[all …]
/dports/lang/perl5.34/perl-5.34.0/NetWare/
H A DMakefile1095 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1107 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1113 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1119 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1125 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1143 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1149 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1161 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1167 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
1173 ..\..\miniperl -I..\..\lib Makefile.PL PERL_CORE=1 INSTALLDIRS=perl
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/
H A DMakefile.in95 INSTALLDIRS = $(SUBDIRS:%=install-%)
96 install: all $(INSTALLDIRS)
97 $(INSTALLDIRS):

12345678910>>...67