diff options
author | steve <steve@FreeBSD.org> | 1999-01-11 05:03:10 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-11 05:03:10 +0000 |
commit | 047cbe7c3d1a17747459873a17d13e03f5119626 (patch) | |
tree | ced32095a7fbffb788ddcd3969b12033b9610e07 | |
parent | 5a1490cd022556658acfb822f47f8800bfc2630b (diff) | |
download | FreeBSD-ports-047cbe7c3d1a17747459873a17d13e03f5119626.zip FreeBSD-ports-047cbe7c3d1a17747459873a17d13e03f5119626.tar.gz |
Add another MASTER_SITE.
PR: 9430
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
-rw-r--r-- | x11-wm/afterstep/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 3a06432..1c65153 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -3,13 +3,14 @@ # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.23 1999/01/05 01:10:02 steve Exp $ +# $Id: Makefile,v 1.24 1999/01/10 14:54:27 simokawa Exp $ # DISTNAME= AfterStep-1.0 PKGNAME= afterstep-1.0 CATEGORIES= x11-wm -MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/ +MASTER_SITES= ftp://ftp.afterstep.org/stable/archives/ \ + ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/ MAINTAINER= jfitz@FreeBSD.ORG |