aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-I18N-Charset
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2006-08-16 08:58:25 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2006-08-16 08:58:25 +0000
commit403bf575f3943195d10bcca9f0cea2e908120a2b (patch)
tree3596f0067a4104633e276faa846d4fe81c5de7e6 /misc/p5-I18N-Charset
parenta238d623aa0b1d5ceddc07acc50380bc3177a686 (diff)
downloadports-403bf575f3943195d10bcca9f0cea2e908120a2b.tar.gz
ports-403bf575f3943195d10bcca9f0cea2e908120a2b.zip
Fix PLIST, add missing build time dependency.
PR: 102024 Submitted by: Timur I. Bakeyev <timur@com.bat.ru>
Notes
Notes: svn path=/head/; revision=170783
Diffstat (limited to 'misc/p5-I18N-Charset')
-rw-r--r--misc/p5-I18N-Charset/Makefile4
-rw-r--r--misc/p5-I18N-Charset/pkg-plist3
2 files changed, 5 insertions, 2 deletions
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 <bsd.port.mk>
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