Date: Tue, 22 Oct 2013 16:14:19 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331290 - head/benchmarks/p5-Benchmark-Stopwatch Message-ID: <201310221614.r9MGEJwR099874@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Oct 22 16:14:19 2013 New Revision: 331290 URL: http://svnweb.freebsd.org/changeset/ports/331290 Log: support STAGEDIR. Modified: head/benchmarks/p5-Benchmark-Stopwatch/Makefile head/benchmarks/p5-Benchmark-Stopwatch/pkg-plist (contents, props changed) Modified: head/benchmarks/p5-Benchmark-Stopwatch/Makefile ============================================================================== --- head/benchmarks/p5-Benchmark-Stopwatch/Makefile Tue Oct 22 16:07:24 2013 (r331289) +++ head/benchmarks/p5-Benchmark-Stopwatch/Makefile Tue Oct 22 16:14:19 2013 (r331290) @@ -18,7 +18,4 @@ BUILD_DEPENDS+= p5-Test-LongString>=0:${ USES= perl5 USE_PERL5= configure -MAN3= Benchmark::Stopwatch.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/benchmarks/p5-Benchmark-Stopwatch/pkg-plist ============================================================================== --- head/benchmarks/p5-Benchmark-Stopwatch/pkg-plist Tue Oct 22 16:07:24 2013 (r331289) +++ head/benchmarks/p5-Benchmark-Stopwatch/pkg-plist Tue Oct 22 16:14:19 2013 (r331290) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310221614.r9MGEJwR099874>