perl/perl-Pod-Parser: Compress manpages.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-08-22 21:54:51 +12:00 committed by Willy Sudiarto Raharjo
parent beddee52ba
commit ff5227b795
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ make
make test
make install DESTDIR=$PKG
mv $PKG/usr/share/man/man1 $PKG/usr/man
rm -rf $PKG/usr/share/man
find $PKG/usr/man -type f -exec gzip -9 {} \;
find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true