diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-07-14 02:42:18 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-07-14 02:42:18 +0000 |
commit | 967dea0eac4ff7f52dcd8b4f1a5098170ee48a27 (patch) | |
tree | 45f57f934a250a465e53ab47e5cda8e388e1b4c1 /x11-wm | |
parent | 2f5f2d4fd3378e317c79bc21844ba29454a62f90 (diff) | |
download | ports-967dea0eac4ff7f52dcd8b4f1a5098170ee48a27.tar.gz ports-967dea0eac4ff7f52dcd8b4f1a5098170ee48a27.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 |