diff options
author | steve <steve@FreeBSD.org> | 1999-01-11 13:03:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-11 13:03:10 +0800 |
commit | 047cbe7c3d1a17747459873a17d13e03f5119626 (patch) | |
tree | ced32095a7fbffb788ddcd3969b12033b9610e07 /x11-wm/afterstep | |
parent | 5a1490cd022556658acfb822f47f8800bfc2630b (diff) | |
download | freebsd-ports-gnome-047cbe7c3d1a17747459873a17d13e03f5119626.tar.gz freebsd-ports-gnome-047cbe7c3d1a17747459873a17d13e03f5119626.tar.zst freebsd-ports-gnome-047cbe7c3d1a17747459873a17d13e03f5119626.zip |
Add another MASTER_SITE.
PR: 9430
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'x11-wm/afterstep')
-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 3a064325e650..1c6515395c27 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 |