diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-10 00:03:52 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-10 00:03:52 +0000 |
commit | 33ba20319777babf81f122e0e521e4c2cd4cc991 (patch) | |
tree | a2b31ece25b8463991481f3ae928f764564bc9d1 /x11-wm/afterstep-i18n | |
parent | c7f5396354821cf8cf62ba57a0bf244a4d9dbea4 (diff) | |
download | ports-33ba20319777babf81f122e0e521e4c2cd4cc991.tar.gz ports-33ba20319777babf81f122e0e521e4c2cd4cc991.zip |
Use groups to stop trying to fetch the wrong file from the wrong site.
Notes
Notes:
svn path=/head/; revision=144732
Diffstat (limited to 'x11-wm/afterstep-i18n')
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index c3b97037011b..43631ac4a73b 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -9,15 +9,14 @@ PORTNAME= afterstep-i18n PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11-wm afterstep -MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ - ${MASTER_SITE_LOCAL} \ - http://www.itlb.te.noda.tus.ac.jp/~manome/afterstep/archive/ \ +MASTER_SITES= ${MASTER_SITE_AFTERSTEP:S/$/:afterstep/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} \ + http://www.itlb.te.noda.tus.ac.jp/~manome/afterstep/archive/:i18n \ http://www.itlb.te.noda.tus.ac.jp/~manome/afterstep/archive/icons/:icon -# former for ${MASTER_SITE_AFTERSTEP}, latter for ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= archives/1.0 kuriyama +MASTER_SITE_SUBDIR= archives/1.0/:afterstep kuriyama/:local DISTNAME= AfterStep-1.0 -DISTFILES= ${DISTNAME}.tar.gz \ - unofficial-I18N.98Feb27.tar.gz \ +DISTFILES= ${DISTNAME}.tar.gz:afterstep,local \ + unofficial-I18N.98Feb27.tar.gz:local,i18n \ kterm.xpm:icon kterm2.xpm:icon KTerm-AS.xpm:icon \ netscape4.xpm:icon EXTRACT_ONLY= ${DISTNAME}.tar.gz \ |