diff options
Diffstat (limited to 'archivers/bzip')
-rw-r--r-- | archivers/bzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 08f73d92fedb..3c0e11137891 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -14,12 +14,12 @@ MASTER_SITES= http://custom.lab.unb.br/pub/compression/bzip/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A block-sorting file compressor -DEPRECATED= see full description RESTRICTED= may be covered by patents MAN1= bzip.1 bunzip.1 PLIST_FILES= bin/bzip bin/bunzip +BROKEN= unfetchable; use archivers/bzip2 instead DEPRECATED= unfetchable; use archivers/bzip2 instead EXPIRATION_DATE= 2011-10-28 |