diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-23 16:31:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-23 16:31:07 +0800 |
commit | f63f33ba20a12a5edf88909aa513ba08a253fd0c (patch) | |
tree | f54e00560557df0a7eb14f8b6e7bdc1404142a7a /math | |
parent | be0fd6a67ef77097fed2743d68885297c240963e (diff) | |
download | freebsd-ports-gnome-f63f33ba20a12a5edf88909aa513ba08a253fd0c.tar.gz freebsd-ports-gnome-f63f33ba20a12a5edf88909aa513ba08a253fd0c.tar.zst freebsd-ports-gnome-f63f33ba20a12a5edf88909aa513ba08a253fd0c.zip |
Remove double slash to pass check-plist
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-VectorReal/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Math-VectorReal/pkg-plist b/math/p5-Math-VectorReal/pkg-plist index 3e260c107d90..2ba36c892e4f 100644 --- a/math/p5-Math-VectorReal/pkg-plist +++ b/math/p5-Math-VectorReal/pkg-plist @@ -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 -@dirrm %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal -@dirrmtry %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VectorReal +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |