aboutsummaryrefslogtreecommitdiff
path: root/hungarian/kde3-i18n
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-04-11 09:09:31 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-04-11 09:09:31 +0000
commit547300e898aee2d6cb3c326d7bcf69fe96179443 (patch)
treed795415ddd62521f536646c8bc32109d2f9e4ad7 /hungarian/kde3-i18n
parentfa4540e705bb87ca5e3992b501995e9c51f714f7 (diff)
downloadports-547300e898aee2d6cb3c326d7bcf69fe96179443.tar.gz
ports-547300e898aee2d6cb3c326d7bcf69fe96179443.zip
Examine LINGUAS variable before BATCH.
After this change slave ports (russian/kde2-i18n and japanese/kde2-i18n) should work as expected. Comment out files in .../en/ directory. It seems they are not being installed by this port.
Notes
Notes: svn path=/head/; revision=41277
Diffstat (limited to 'hungarian/kde3-i18n')
-rw-r--r--hungarian/kde3-i18n/scripts/Configure10
1 files changed, 5 insertions, 5 deletions
diff --git a/hungarian/kde3-i18n/scripts/Configure b/hungarian/kde3-i18n/scripts/Configure
index 3d8958d60472..2b69520dcdc1 100644
--- a/hungarian/kde3-i18n/scripts/Configure
+++ b/hungarian/kde3-i18n/scripts/Configure
@@ -3,12 +3,12 @@
/bin/rm -f ${PLIST} ${PLIST}.dirs
-if [ "${BATCH}" ]; then
- set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\"
-else
if [ "${LINGUAS}" ]; then
set `echo $LINGUAS`
else
+if [ "${BATCH}" ]; then
+ set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\"
+else
/usr/bin/dialog --title "Select languages" --clear \
--checklist "\n\
Please select desired languages:" -1 -1 16 \
@@ -66,8 +66,8 @@ fi
fi
/bin/rm -f ${WRKSRC}/subdirs
-/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}
-/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs
+#/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}
+#/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs
while [ "$1" ]; do
a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'`