1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/p5-Cache/pkg-plist
Edwin Groothuis e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00

24 lines
818 B
Plaintext

%%SITE_PERL%%/Cache.pm
%%SITE_PERL%%/Cache/Entry.pm
%%SITE_PERL%%/Cache/File.pm
%%SITE_PERL%%/Cache/File/Entry.pm
%%SITE_PERL%%/Cache/File/Handle.pm
%%SITE_PERL%%/Cache/File/Heap.pm
%%SITE_PERL%%/Cache/IOString.pm
%%SITE_PERL%%/Cache/Memory.pm
%%SITE_PERL%%/Cache/Memory/Entry.pm
%%SITE_PERL%%/Cache/Memory/HeapElem.pm
%%SITE_PERL%%/Cache/Null.pm
%%SITE_PERL%%/Cache/Null/Entry.pm
%%SITE_PERL%%/Cache/RemovalStrategy.pm
%%SITE_PERL%%/Cache/RemovalStrategy/FIFO.pm
%%SITE_PERL%%/Cache/RemovalStrategy/LRU.pm
%%SITE_PERL%%/Cache/Tester.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/.packlist
@dirrmtry %%SITE_PERL%%/Cache/RemovalStrategy
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache
@dirrmtry %%SITE_PERL%%/Cache/Memory
@dirrmtry %%SITE_PERL%%/Cache/File
@dirrmtry %%SITE_PERL%%/Cache/Null
@dirrmtry %%SITE_PERL%%/Cache