diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-08-16 08:58:25 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-08-16 08:58:25 +0000 |
commit | 403bf575f3943195d10bcca9f0cea2e908120a2b (patch) | |
tree | 3596f0067a4104633e276faa846d4fe81c5de7e6 /misc/p5-I18N-Charset | |
parent | a238d623aa0b1d5ceddc07acc50380bc3177a686 (diff) | |
download | ports-403bf575f3943195d10bcca9f0cea2e908120a2b.tar.gz ports-403bf575f3943195d10bcca9f0cea2e908120a2b.zip |
Notes
Diffstat (limited to 'misc/p5-I18N-Charset')
-rw-r--r-- | misc/p5-I18N-Charset/Makefile | 4 | ||||
-rw-r--r-- | misc/p5-I18N-Charset/pkg-plist | 3 |
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 |