ack: cleaned footprint

This commit is contained in:
Tim Biermann 2020-07-10 12:58:25 +00:00
parent 98dec7b879
commit 970115a15a
3 changed files with 6 additions and 5 deletions

View File

@ -5,7 +5,6 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/5.28/
drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/
-rw-r--r-- root/root usr/lib/perl5/5.28/linux-thread-multi/perllocal.pod
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/App/
@ -33,7 +32,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/App/Ack/Filter/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ack/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ack/.packlist
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32iOlxNywKy52Kn2dHnaH/unweKouYqyG2uK5jDgZIcPG4yf0RBQgSVjzf0pVYdmBpNTZB7YX35jDgWY7RE05AU=
SHA256 (Pkgfile) = 616461fdddc5b2ab3cc6da849305424e9822912581d7a215343838af4a22d929
SHA256 (.footprint) = c599db8265ee1f77925f50a0e8684c142255e2e1ba4316bac0b8eb65d569bc41
RWSagIOpLGJF36k6kxdiLzVgAJR8L1AuORzLjZc9uUhzpmuOaKDtDQDiXisRyBqrXtTp7TSmk1fyl02Ryx4emNpTYfemVevqjAc=
SHA256 (Pkgfile) = dfcba19b11ef20fbac19440053e5975fbac0838975800fc9d054fc59ad0d94de
SHA256 (.footprint) = 2fbe7476ba24ff43c7071b030918f1c3093f4933dd4d706090210fda036d7aed
SHA256 (ack-v3.3.1.tar.gz) = ae3b62049f046139470933e460f2434f881f522b6b2c2b4a94cd624fef4fd589

View File

@ -13,4 +13,7 @@ build() {
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \(\
-iname '*perllocal.pod*' -o \
-iname '*.packlist*' \) -delete
}