diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-06-12 00:34:46 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-06-12 00:34:46 +0000 |
commit | 41e9afceca59190b21eca66293273df4878919a6 (patch) | |
tree | 66782ac4c5fda0a1be941d37855ca977c197316d /archivers/bzip | |
parent | 6241c5ca80890d4bd721026afa04742deb1e315e (diff) | |
download | ports-41e9afceca59190b21eca66293273df4878919a6.tar.gz ports-41e9afceca59190b21eca66293273df4878919a6.zip |
Notes
Diffstat (limited to 'archivers/bzip')
-rw-r--r-- | archivers/bzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index e0216bf884f2..85bc4debffd5 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.fu-berlin.de/unix/tools/archivers/bzip/ MAINTAINER= ports@FreeBSD.org COMMENT= A block-sorting file compressor -NO_CDROM= "Restrictive copyright (don't sell for profit)" +DEPRECATED= "see full description" +RESTRICTED= "may be covered by patents" MAN1= bzip.1 bunzip.1 PLIST_FILES= bin/bzip bin/bunzip |