diff options
author | trevor <trevor@FreeBSD.org> | 2005-06-12 08:34:46 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-06-12 08:34:46 +0800 |
commit | 819f8f985baf8e5241b4c89ccbd20328fe7ec0d9 (patch) | |
tree | ae4972cb80e61e18d69873cdb3f92b28ec9dd511 /archivers/bzip | |
parent | e4a7adb75d5bb58b776852be4d191b57a2938869 (diff) | |
download | freebsd-ports-gnome-819f8f985baf8e5241b4c89ccbd20328fe7ec0d9.tar.gz freebsd-ports-gnome-819f8f985baf8e5241b4c89ccbd20328fe7ec0d9.tar.zst freebsd-ports-gnome-819f8f985baf8e5241b4c89ccbd20328fe7ec0d9.zip |
This software is licensed under the GNU GPL. As mentioned in the
DESCR file and in ports/LEGAL, it may be covered by patents. I
changed NO_CDROM to RESTRICTED.
I also added a DEPRECATED line because the DESCR file recommends
the use of bzip2 instead of bzip.
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 |