aboutsummaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-01-21 11:07:22 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-01-21 11:07:22 +0000
commitb69a11fcff9583d9cf75068860dda679d0f20e6d (patch)
tree18ba35330a611e1f2904eb3530a841217a1a0e56 /russian
parent41a7272359d512b2c80972f90108c93fffeb1784 (diff)
downloadports-b69a11fcff9583d9cf75068860dda679d0f20e6d.tar.gz
ports-b69a11fcff9583d9cf75068860dda679d0f20e6d.zip
Minor fixes.
PR: 32871 Approved by: tobez
Notes
Notes: svn path=/head/; revision=53445
Diffstat (limited to 'russian')
-rw-r--r--russian/p5-XML-Parser-encodings/Makefile8
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: