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/afterstep | |
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/afterstep')
-rw-r--r-- | x11-wm/afterstep/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 520a5a700c13..da36a21157f8 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -3,17 +3,15 @@ # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.26 1999/01/17 03:03:38 billf Exp $ +# $Id: Makefile,v 1.27 1999/01/18 03:38:24 billf Exp $ # DISTNAME= AfterStep-1.0 PKGNAME= afterstep-1.0 CATEGORIES= x11-wm afterstep -MASTER_SITES= ftp://ftp.afterstep.org/stable/archives/ \ - ftp://ftp.digex.net/pub/os/wm/AfterStep/stable/archives/ \ - ftp://ftp.alpha1.net/pub/mirrors/ftp.afterstep.org/stable/archives/ \ - ftp://ftp.starshadow.com/pub/afterstep/stable/archives/ \ +MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/ +MASTER_SITE_SUBDIR= stable/archives MAINTAINER= jfitz@FreeBSD.ORG |