mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Don't remove a directory we didn't install
This commit is contained in:
parent
b09e3cfacc
commit
aa943633c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110491
3 changed files with 0 additions and 3 deletions
|
@ -9,5 +9,4 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/example2.pl
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/mach 2>/dev/null || true
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/File/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/File
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true
|
||||
|
|
|
@ -37,4 +37,3 @@
|
|||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/XML/Parser/Style
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/XML/Parser
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/XML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue