mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
support STAGEDIR.
This commit is contained in:
parent
e06a6fa4de
commit
84ede63fda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331290
@ -18,7 +18,4 @@ BUILD_DEPENDS+= p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Benchmark::Stopwatch.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Stopwatch/.packlist
|
||||
%%PERL5_MAN3%%/Benchmark::Stopwatch.3.gz
|
||||
%%SITE_PERL%%/Benchmark/Stopwatch.pm
|
||||
%%SITE_PERL%%/Benchmark/example.pl
|
||||
@dirrmtry %%SITE_PERL%%/Benchmark
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Stopwatch/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Stopwatch
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark
|
||||
@dirrmtry %%SITE_PERL%%/Benchmark
|
||||
|
Loading…
Reference in New Issue
Block a user