diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-10 08:03:52 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-10 08:03:52 +0800 |
commit | f2e441130ec4bbfb80cdb5c29904aaf6d281bb47 (patch) | |
tree | f905f67e0fea7a893d6ad6aff1e4b136e323d3dd | |
parent | 0d17c83c3ad3d3e964186993a3f46e7aa3379946 (diff) | |
download | freebsd-ports-gnome-f2e441130ec4bbfb80cdb5c29904aaf6d281bb47.tar.gz freebsd-ports-gnome-f2e441130ec4bbfb80cdb5c29904aaf6d281bb47.tar.zst freebsd-ports-gnome-f2e441130ec4bbfb80cdb5c29904aaf6d281bb47.zip |
Use groups to stop trying to fetch the wrong file from the wrong site.
-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 \ |