diff options
author | delphij <delphij@FreeBSD.org> | 2008-03-20 02:16:44 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-03-20 02:16:44 +0000 |
commit | f7f2bc33c7bf01ac1d008be067b742291619545a (patch) | |
tree | f0701aa0211907db82e523f51c6d0adab5fec1c6 /contrib/bzip2/Makefile | |
parent | 37ec1b7b9867586fd638a686b873162d19c0b635 (diff) | |
download | FreeBSD-src-f7f2bc33c7bf01ac1d008be067b742291619545a.zip FreeBSD-src-f7f2bc33c7bf01ac1d008be067b742291619545a.tar.gz |
Virgin import (trimmed) of Bzip2 version 1.0.5.
Diffstat (limited to 'contrib/bzip2/Makefile')
-rw-r--r-- | contrib/bzip2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bzip2/Makefile b/contrib/bzip2/Makefile index c4cbc04..eb09753 100644 --- a/contrib/bzip2/Makefile +++ b/contrib/bzip2/Makefile @@ -2,8 +2,8 @@ # This file is part of bzip2/libbzip2, a program and library for # lossless, block-sorting data compression. # -# bzip2/libbzip2 version 1.0.4 of 20 December 2006 -# Copyright (C) 1996-2006 Julian Seward <jseward@bzip.org> +# bzip2/libbzip2 version 1.0.5 of 10 December 2007 +# Copyright (C) 1996-2007 Julian Seward <jseward@bzip.org> # # Please read the WARNING, DISCLAIMER and PATENTS sections in the # README file. @@ -137,7 +137,7 @@ bzip2recover.o: bzip2recover.c distclean: clean rm -f manual.ps manual.html manual.pdf -DISTNAME=bzip2-1.0.4 +DISTNAME=bzip2-1.0.5 dist: check manual rm -f $(DISTNAME) ln -s -f . $(DISTNAME) |