From b2b1d41e4613da788943d5fa588b20fb89a666b9 Mon Sep 17 00:00:00 2001 From: billf Date: Sun, 21 Feb 1999 21:51:01 +0000 Subject: Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER} This unbreaks the fetching of several of these ports. --- x11-wm/afterstep/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'x11-wm/afterstep') 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 -- cgit