svn commit: r365716 - head/math/p5-Math-VectorReal

Antoine Brodin antoine at FreeBSD.org
Sat Aug 23 08:31:08 UTC 2014


Author: antoine
Date: Sat Aug 23 08:31:07 2014
New Revision: 365716
URL: http://svnweb.freebsd.org/changeset/ports/365716
QAT: https://qat.redports.org/buildarchive/r365716/

Log:
  Remove double slash to pass check-plist

Modified:
  head/math/p5-Math-VectorReal/pkg-plist

Modified: head/math/p5-Math-VectorReal/pkg-plist
==============================================================================
--- head/math/p5-Math-VectorReal/pkg-plist	Sat Aug 23 08:30:13 2014	(r365715)
+++ head/math/p5-Math-VectorReal/pkg-plist	Sat Aug 23 08:31:07 2014	(r365716)
@@ -2,8 +2,8 @@
 %%SITE_PERL%%/Math/VectorReal.pm
 %%SITE_PERL%%/Math/vector_test.pl
 %%SITE_PERL%%/Math/matrix_test.pl
-%%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VectorReal/.packlist
 %%PERL5_MAN3%%/Math::VectorReal.3.gz
 @dirrmtry %%SITE_PERL%%/Math
- at dirrm %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal
- at dirrmtry %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VectorReal
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math


More information about the svn-ports-all mailing list