diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-23 00:57:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-23 00:57:45 +0000 |
commit | 2313503f60806639c6fb0561e4e2f2e2ce77ea6e (patch) | |
tree | 6e4d19ea179fa2fe3c55c9d0b44ebac69f35035d /archivers | |
parent | 22d95f75c91cccbb3b66112cb211dcf5addf2b4d (diff) | |
download | ports-2313503f60806639c6fb0561e4e2f2e2ce77ea6e.tar.gz ports-2313503f60806639c6fb0561e4e2f2e2ce77ea6e.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 38fbdfb4f92e..7b7b00fe3607 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -3,13 +3,14 @@ # Date created: 19 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/08/29 01:55:31 max Exp $ +# $Id: Makefile,v 1.3 1998/09/10 08:03:40 asami Exp $ # DISTNAME= bzip2-0.1pl2 PKGNAME= bzip2-0.1p2 CATEGORIES= archivers -MASTER_SITES= http://www.muraroa.demon.co.uk/ +MASTER_SITES= ftp://ftp.connectnet.com/pub/bzip/ \ + http://www.muraroa.demon.co.uk/ MAINTAINER= ports@FreeBSD.org |