diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-06-09 02:06:31 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-06-09 02:06:31 +0000 |
commit | 078b4d6ff8ed96ab52d957a684ffbea16977c3e7 (patch) | |
tree | 0b280f5c8c67b0fe8ac9c5564bf1953252148d35 | |
parent | Activate ripetools (diff) |
cs.colorado.edu's ftp port is firewalled; the file exists on
ftp.cs.colorado.edu.
Found by: distfile checker
Notes
Notes:
svn path=/head/; revision=6811
-rw-r--r-- | devel/mprof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mprof/Makefile b/devel/mprof/Makefile index 68ff94fca3fa..bdb416a3b8e5 100644 --- a/devel/mprof/Makefile +++ b/devel/mprof/Makefile @@ -3,12 +3,12 @@ # Date created: Sat Nov 5 01:16:33 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.7 1996/10/18 08:38:18 max Exp $ +# $Id: Makefile,v 1.8 1996/11/18 11:23:19 asami Exp $ # DISTNAME= mprof-3.0 CATEGORIES= devel -MASTER_SITES= ftp://cs.colorado.edu/pub/misc/ +MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/misc/ EXTRACT_SUFX= .tar.Z WRKSRC= ${WRKDIR} |