1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Minor fixes.

PR:		32871
Approved by:	tobez
This commit is contained in:
Sergey Skvortsov 2002-01-21 11:07:22 +00:00
parent 41a7272359
commit b69a11fcff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53445

View File

@ -6,7 +6,7 @@
#
PORTNAME= XML-Parser-encodings
PORTVERSION= 1.01
PORTVERSION= 1.02
CATEGORIES= russian textproc perl5
PKGNAMEPREFIX= p5-
DISTFILES=
@ -20,13 +20,13 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
${NONEXISTENT}:${PORTSDIR}/converters/iconv-extra:extract
NO_WRKSUBDIR= YES
RUSSIANENC= windows-1251 koi8-r cp1251 cp866 mac-cyrillic
post-extract:
.for ICONVPORT in iconv iconv-extra
${LN} -sfh `find ${PORTSDIR}/converters/${ICONVPORT} -type d \
-name "ccs"` ${WRKSRC}/${ICONVPORT}
@${LN} -sfh \
`cd ${PORTSDIR}/converters/${ICONVPORT} && ${MAKE} -V WRKSRC`/ccs \
${WRKSRC}/${ICONVPORT}
.endfor
do-configure: