summaryrefslogtreecommitdiff
path: root/chat/psi
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-12-05 12:50:19 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-12-05 12:50:19 +0000
commitfe785004907efc373b0cf8f80f5ec502ac49a076 (patch)
tree37ce77f378c8df4ec80d117067e50ca66fc7c6ae /chat/psi
parent7c7f29b2b575639ce1fdbeb9711b12fef6ff1cd2 (diff)
downloadpkgsrc-fe785004907efc373b0cf8f80f5ec502ac49a076.tar.gz
use SITES_* setting for the language files, rather than using
MASTER_SITES - they are only available on the psi site, and the fetch of each language files unnecessarily went through all the sourceforge mirrors before trying the psi site
Diffstat (limited to 'chat/psi')
-rw-r--r--chat/psi/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
index 395967f77f4..0445020b29c 100644
--- a/chat/psi/Makefile
+++ b/chat/psi/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2004/11/27 21:58:18 jdolecek Exp $
+# $NetBSD: Makefile,v 1.20 2004/12/05 12:50:19 jdolecek Exp $
PSI_VERSION= 0.9.2
DISTNAME= psi-${PSI_VERSION}
PKGREVISION= # empty
CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} \
- http://psi.affinix.com/?version=${PSI_VERSION}&file=
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/}
EXTRACT_SUFX= .tar.bz2
DIST_SUBDIR= ${DISTNAME}
@@ -33,6 +32,10 @@ LANG_FILES= psi_zh.qm psi_nl.qm psi_sk.qm psi_fr.qm psi_fi.qm \
psi_de.qm psi_sw.qm psi_pl.qm psi_mk.qm psi_el.qm \
psi_es.qm psi_ru.qm
+.for l in ${LANG_FILES}
+SITES_${l}= http://psi.affinix.com/?version=${PSI_VERSION}&file=
+.endfor
+
# XXX the psiwidgets.so symlink is somewhat ugly, but without that
# uic doesn't find the built plug-in and generates sources without
# proper psiwidgets #include's. This should eventually be fixed in