diff options
author | mph <mph@FreeBSD.org> | 1998-07-14 10:42:18 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-07-14 10:42:18 +0800 |
commit | 578665c10e12de86e38d5dfa323429dbbc8bac6c (patch) | |
tree | 1b285073c262b0485dbc9266f1080ecfc0728f70 /x11-wm/afterstep-stable | |
parent | eedd39e79f4ca9ba29d609810ff894f370b08bb4 (diff) | |
download | freebsd-ports-gnome-578665c10e12de86e38d5dfa323429dbbc8bac6c.tar.gz freebsd-ports-gnome-578665c10e12de86e38d5dfa323429dbbc8bac6c.tar.zst freebsd-ports-gnome-578665c10e12de86e38d5dfa323429dbbc8bac6c.zip |
Use MAINTAINER's copy as MASTER_SITE, because the AfterStep FTP site
keeps changing for no good reason.
PR: 7273
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index af3076303edd..a2cde4166002 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,16 +3,16 @@ # Date created: 1 May 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.21 1998/05/22 18:50:18 mph Exp $ +# $Id: Makefile,v 1.22 1998/06/29 03:46:27 mph Exp $ # DISTNAME= AfterStep-1.4.5.0 PKGNAME= afterstep-1.4.5.3 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.afterstep.org/pub/attic/ +MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/ EXTRACT_SUFX= .tgz -PATCH_SITES= ftp://ftp.afterstep.org/pub/attic/ +PATCH_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/ PATCHFILES= AfterStep1450-to-1451.patch.gz AfterStep1451-to-1453.patch.gz PATCH_DIST_STRIP= -p1 |