Fix plist
Submitted by: leeym PR: ports/83637
This commit is contained in:
parent
632103ed79
commit
108c89807a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139884
2 changed files with 2 additions and 4 deletions
|
@ -20,8 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
|||
${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Component::Client::Client-Keepalive.3 \
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
%%SITE_PERL%%/POE/Component/Connection/Keepalive.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Keepalive/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Keepalive
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POEComponent/Client 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POEComponent/Connection 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Connection 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue