diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-03-08 20:04:36 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-03-08 20:04:36 +0000 |
commit | c19701049c82f5b8670d03147d157e43e9065a12 (patch) | |
tree | e41d1f330dad23a8141b2c6cb7fc3e5509469956 | |
parent | Remove MAINTAINER= (diff) |
Update MASTER_SITES.
PR: ports/10486
Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
Notes
Notes:
svn path=/head/; revision=17069
-rw-r--r-- | archivers/freeze/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/freeze/Makefile b/archivers/freeze/Makefile index 64e5d167ab8a..b57f2ab8d80e 100644 --- a/archivers/freeze/Makefile +++ b/archivers/freeze/Makefile @@ -3,12 +3,13 @@ # Date created: 20 Jul 1996 # Whom: lukin@okbmei.msk.su # -# $Id: Makefile,v 1.2 1996/11/12 02:17:22 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:20:59 asami Exp $ # DISTNAME= freeze-2.5 CATEGORIES= archivers -MASTER_SITES= ftp://lupin.csv.warwick.ac.uk/pub/compression/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/archive/ \ + ftp://ftp.warwick.ac.uk/pub/compression/ MAINTAINER= lukin@okbmei.msk.su |