diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-28 23:17:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-28 23:17:16 +0000 |
commit | 9894be6210fd3144107dc8794d9ec959649d3501 (patch) | |
tree | 7787c16666d7e0b9d78ddc06d4fb3389acc8094a /archivers/bzip2 | |
parent | a79a9045e2bc45f1d5db1cd83c7e7acb6cc934bb (diff) | |
download | ports-9894be6210fd3144107dc8794d9ec959649d3501.tar.gz ports-9894be6210fd3144107dc8794d9ec959649d3501.zip |
This port is unfetchable (operation timed out).
Notes
Notes:
svn path=/head/; revision=14243
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 389593abada9..9f7a4a326450 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/09/23 00:57:45 steve Exp $ +# $Id: Makefile,v 1.5 1998/10/28 09:37:29 tg Exp $ # DISTNAME= bzip2-0.9.0c @@ -12,6 +12,8 @@ MASTER_SITES= http://www.muraroa.demon.co.uk/ MAINTAINER= ports@FreeBSD.org +BROKEN= fetch + FETCH_BEFORE_ARGS= -b MAN1= bzip2.1 MLINKS= bzip2.1 bunzip2.1 |