summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2002-01-21 11:07:22 +0000
committerskv <skv@FreeBSD.org>2002-01-21 11:07:22 +0000
commit20333e9036a3ee1c28349598e59f97cd72269661 (patch)
tree4b952ede81bae597d1fd75c844e2405429ad83bd
parent3e72f62c145eeab8a2457f313a0272e41f289f5a (diff)
downloadFreeBSD-ports-20333e9036a3ee1c28349598e59f97cd72269661.zip
FreeBSD-ports-20333e9036a3ee1c28349598e59f97cd72269661.tar.gz
Minor fixes.
PR: 32871 Approved by: tobez
-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 a2c55af..5c96102 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:
OpenPOWER on IntegriCloud