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 /comms | |
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 'comms')
-rw-r--r-- | comms/hamlib/pkg-plist | 1 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/comms/hamlib/pkg-plist b/comms/hamlib/pkg-plist index 5fb43d8bde46..e59f2801e23d 100644 --- a/comms/hamlib/pkg-plist +++ b/comms/hamlib/pkg-plist @@ -148,7 +148,6 @@ sbin/rpc.rotd share/aclocal/hamlib.m4 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hamlib/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hamlib/Hamlib.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hamlib/Hamlib.bs %%SITE_PERL%%/%%PERL_ARCH%%/Hamlib.pm %%SITE_PERL%%/%%PERL_ARCH%%/perltest.pl %%PYTHON_SITELIBDIR%%/_Hamlib.so diff --git a/comms/p5-Device-SerialPort/pkg-plist b/comms/p5-Device-SerialPort/pkg-plist index 6989bde87ca2..3ff183b83d2e 100644 --- a/comms/p5-Device-SerialPort/pkg-plist +++ b/comms/p5-Device-SerialPort/pkg-plist @@ -2,7 +2,6 @@ bin/modemtest %%PERL5_MAN3%%/Device::SerialPort.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Device/SerialPort.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.so man/man1/modemtest.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort |