From 403bf575f3943195d10bcca9f0cea2e908120a2b Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Wed, 16 Aug 2006 08:58:25 +0000 Subject: Fix PLIST, add missing build time dependency. PR: 102024 Submitted by: Timur I. Bakeyev --- misc/p5-I18N-Charset/Makefile | 4 +++- misc/p5-I18N-Charset/pkg-plist | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'misc/p5-I18N-Charset') diff --git a/misc/p5-I18N-Charset/Makefile b/misc/p5-I18N-Charset/Makefile index 477a8f371b80..6a3d61bddf41 100644 --- a/misc/p5-I18N-Charset/Makefile +++ b/misc/p5-I18N-Charset/Makefile @@ -20,12 +20,14 @@ BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ ${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 \ ${SITE_PERL}/App/Info/Lib/Iconv.pm:${PORTSDIR}/devel/p5-App-Info RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/IO/Capture/Stderr.pm:${PORTSDIR}/devel/p5-IO-Capture PERL_CONFIGURE= YES MAN3= I18N::Charset.3 post-patch: - @${PERL} -pi -e 's#.$$##g' ${WRKSRC}/lib/I18N/Charset.pm + @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/I18N/Charset.pm + @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/I18N/Charset/character-sets .include diff --git a/misc/p5-I18N-Charset/pkg-plist b/misc/p5-I18N-Charset/pkg-plist index 9ec3b807e9e0..718bd9b9396d 100644 --- a/misc/p5-I18N-Charset/pkg-plist +++ b/misc/p5-I18N-Charset/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/I18N/Charset.pm +%%SITE_PERL%%/I18N/Charset/character-sets %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/I18N/Charset/character-sets @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N +@dirrmtry %%SITE_PERL%%/I18N/Charset @dirrmtry %%SITE_PERL%%/I18N -- cgit v1.2.3