mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- replace "@dirrm ..." with "@unexec rmdir ..."
(p5-IO-INET6 will install files in SITE_PERL/PERL_ARCH/auto/IO/Socket/INET6) PR: 70640 Submitted by: leeym Approved by: portmgr (marcus)
This commit is contained in:
parent
c3f7763128
commit
04a4a7825c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118315
@ -1,7 +1,7 @@
|
||||
%%SITE_PERL%%/IO/Socket/SSL.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/IO/Socket
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user