1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Minor clean.

This commit is contained in:
Sergey Skvortsov 2002-06-07 11:19:10 +00:00
parent 31ca6f7c10
commit c2bdc42605
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60762
2 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,7 @@ CATEGORIES= russian textproc perl5
PKGNAMEPREFIX= p5-
DISTFILES=
MAINTAINER= skv@protey.ru
MAINTAINER= skv@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS} \
@ -49,9 +49,7 @@ do-build:
.endfor
do-install:
.for ENC in ${RUSSIANENC}
${INSTALL_DATA} ${WRKDIR}/${ENC}.enc \
${INSTALL_DATA} ${WRKSRC}/*.enc \
${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser/Encodings/
.endfor
.include <bsd.port.mk>

View File

@ -1 +1,4 @@
Additional russian encodings for XML::Parser.
-- Sergey Skvortsov
skv@FreeBSD.org