diff options
author | billf <billf@FreeBSD.org> | 1999-02-22 05:51:01 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-22 05:51:01 +0800 |
commit | b2b1d41e4613da788943d5fa588b20fb89a666b9 (patch) | |
tree | fbe83a2ec9a0869939897dcd29f0a737b3283735 /x11-wm/windowmaker-i18n/Makefile | |
parent | b13e65c1df36bd6bd17f4492ed4823cf94c937fb (diff) | |
download | freebsd-ports-gnome-b2b1d41e4613da788943d5fa588b20fb89a666b9.tar.gz freebsd-ports-gnome-b2b1d41e4613da788943d5fa588b20fb89a666b9.tar.zst freebsd-ports-gnome-b2b1d41e4613da788943d5fa588b20fb89a666b9.zip |
Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}
This unbreaks the fetching of several of these ports.
Diffstat (limited to 'x11-wm/windowmaker-i18n/Makefile')
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index f5a522de4b59..2d8743555eac 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -3,16 +3,16 @@ # Date created: 24 Nov 1998 # Whom: mac@jp.freebsd.org # -# $Id: Makefile,v 1.50 1999/02/11 07:23:10 kuriyama Exp $ +# $Id: Makefile,v 1.51 1999/02/12 17:00:00 flathill Exp $ DISTNAME= WindowMaker-0.51.0 PKGNAME= windowmaker-i18n-0.51.0 CATEGORIES= x11-wm windowmaker -MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ - ftp://muse.brain.riken.go.jp:/pub/ja.po/ \ - ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \ +MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ + ftp://muse.brain.riken.go.jp/pub/ja.po/ \ http://jgo.local.net/cool_downloads/wm/ \ ftp://muse.brain.riken.go.jp/pub/rpm/contrib/ +MASTER_SITE_SUBDIR= beta/srcs DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} \ WindowMaker-0.51.0ja1.tar.gz |