diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-01-21 11:07:22 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-01-21 11:07:22 +0000 |
commit | b69a11fcff9583d9cf75068860dda679d0f20e6d (patch) | |
tree | 18ba35330a611e1f2904eb3530a841217a1a0e56 /russian/p5-XML-Parser-encodings | |
parent | Upgrade to version 8.3.0, which contains bug fixes too numerous to mention, (diff) |
Minor fixes.
PR: 32871
Approved by: tobez
Notes
Notes:
svn path=/head/; revision=53445
Diffstat (limited to 'russian/p5-XML-Parser-encodings')
-rw-r--r-- | russian/p5-XML-Parser-encodings/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/russian/p5-XML-Parser-encodings/Makefile b/russian/p5-XML-Parser-encodings/Makefile index a2c55afaa9a8..5c961029fab5 100644 --- a/russian/p5-XML-Parser-encodings/Makefile +++ b/russian/p5-XML-Parser-encodings/Makefile @@ -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: |