diff options
author | mat <mat@FreeBSD.org> | 2014-06-10 20:14:12 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-06-10 20:14:12 +0800 |
commit | d4ba2ee310de35fc89a3aa0df9bd3994df0e1c06 (patch) | |
tree | aeafd6b72a8d3be86af00681d166956acc8e815f /misc | |
parent | ca7b30fe9e4d4f2f6cb72fab91b3b414edba4b52 (diff) | |
download | freebsd-ports-gnome-d4ba2ee310de35fc89a3aa0df9bd3994df0e1c06.tar.gz freebsd-ports-gnome-d4ba2ee310de35fc89a3aa0df9bd3994df0e1c06.tar.zst freebsd-ports-gnome-d4ba2ee310de35fc89a3aa0df9bd3994df0e1c06.zip |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Array-RefElem/pkg-plist | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Msgcat/pkg-plist | 1 | ||||
-rw-r--r-- | misc/p5-OSSP-uuid/pkg-plist | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/misc/p5-Array-RefElem/pkg-plist b/misc/p5-Array-RefElem/pkg-plist index aa38a811ca7c..c1253be62d09 100644 --- a/misc/p5-Array-RefElem/pkg-plist +++ b/misc/p5-Array-RefElem/pkg-plist @@ -1,6 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Array/RefElem.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.so %%PERL5_MAN3%%/Array::RefElem.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem diff --git a/misc/p5-Locale-Msgcat/pkg-plist b/misc/p5-Locale-Msgcat/pkg-plist index 76ed1071eff1..e6ec52cece44 100644 --- a/misc/p5-Locale-Msgcat/pkg-plist +++ b/misc/p5-Locale-Msgcat/pkg-plist @@ -1,7 +1,6 @@ %%PERL5_MAN3%%/Locale::Msgcat.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Locale/Msgcat.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/Msgcat.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/Msgcat.so @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale diff --git a/misc/p5-OSSP-uuid/pkg-plist b/misc/p5-OSSP-uuid/pkg-plist index be543f49c752..599ffab980a7 100644 --- a/misc/p5-OSSP-uuid/pkg-plist +++ b/misc/p5-OSSP-uuid/pkg-plist @@ -2,7 +2,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pm %%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP/uuid/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP/uuid/uuid.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP/uuid/uuid.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP/uuid @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP |