svn commit: r331290 - head/benchmarks/p5-Benchmark-Stopwatch
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Oct 22 16:14:20 UTC 2013
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
- at 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
+ at dirrmtry %%SITE_PERL%%/Benchmark
More information about the svn-ports-all
mailing list