diff options
author | jdolecek <jdolecek> | 2004-12-05 12:50:19 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-12-05 12:50:19 +0000 |
commit | 856250acba782b2e0aa23b78b8852e8e56e0f019 (patch) | |
tree | 37ce77f378c8df4ec80d117067e50ca66fc7c6ae /chat/psi | |
parent | 8e2ecc595495ba06a11d8660bdb5d3190f682019 (diff) | |
download | pkgsrc-856250acba782b2e0aa23b78b8852e8e56e0f019.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/Makefile | 9 |
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 |