summaryrefslogtreecommitdiff
path: root/chat/psi
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-12-05 12:50:19 +0000
committerjdolecek <jdolecek>2004-12-05 12:50:19 +0000
commite317215af35c5a2176f657a424d6c82b9ccd67ff (patch)
tree37ce77f378c8df4ec80d117067e50ca66fc7c6ae /chat/psi
parent3b48208cf296694ac4f69b6bd200dbb065852b07 (diff)
downloadpkgsrc-e317215af35c5a2176f657a424d6c82b9ccd67ff.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