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:
parent
41a7272359
commit
b69a11fcff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53445
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user