diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-21 21:51:01 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-21 21:51:01 +0000 |
commit | 2ff4ea507a016cfb0e85e37cbd7e7a0f9fd9740a (patch) | |
tree | 43f9117f630921cd7772eec13cfd566897d55149 /x11-wm/afterstep/Makefile | |
parent | master site has been changed. (diff) |
Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}
This unbreaks the fetching of several of these ports.
Diffstat (limited to 'x11-wm/afterstep/Makefile')
-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 |