diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-07-22 09:50:40 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-07-22 09:50:40 +0000 |
commit | 108c89807a975c3789f1256a8c195408acacb027 (patch) | |
tree | 672055b4454e9ec1e3e66a9b2e5ce136e7e29aea /net/p5-POE-Component-Client-Keepalive | |
parent | 632103ed79564f47d14a332adb91bdbb0aa2a30e (diff) | |
download | ports-108c89807a975c3789f1256a8c195408acacb027.tar.gz ports-108c89807a975c3789f1256a8c195408acacb027.zip |
Notes
Diffstat (limited to 'net/p5-POE-Component-Client-Keepalive')
-rw-r--r-- | net/p5-POE-Component-Client-Keepalive/Makefile | 2 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Keepalive/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net/p5-POE-Component-Client-Keepalive/Makefile b/net/p5-POE-Component-Client-Keepalive/Makefile index 12735f6b1ba6..46475e6f9c9c 100644 --- a/net/p5-POE-Component-Client-Keepalive/Makefile +++ b/net/p5-POE-Component-Client-Keepalive/Makefile @@ -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 \ diff --git a/net/p5-POE-Component-Client-Keepalive/pkg-plist b/net/p5-POE-Component-Client-Keepalive/pkg-plist index aafe01088c84..28361142b8e5 100644 --- a/net/p5-POE-Component-Client-Keepalive/pkg-plist +++ b/net/p5-POE-Component-Client-Keepalive/pkg-plist @@ -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 |