Index: head/archivers/bzip/Makefile =================================================================== --- head/archivers/bzip/Makefile (revision 466632) +++ head/archivers/bzip/Makefile (revision 466633) @@ -1,33 +1,34 @@ # Created by: Andreas Klemm # $FreeBSD$ PORTNAME= bzip PORTVERSION= 0.21 PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://bsdforge.com/projects/source/archivers/bzip/ MAINTAINER= portmaster@bsdforge.com COMMENT= Block-sorting file compressor LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE RESTRICTED= may be covered by patents USE_CSTD= gnu89 PLIST_FILES= bin/bzip bin/bunzip \ man/man1/bunzip.1.gz \ man/man1/bzip.1.gz pre-install: @${CAT} ${FILESDIR}/COPYRIGHT do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${STAGEDIR}${PREFIX}/bin ${LN} -fs bzip ${STAGEDIR}${PREFIX}/bin/bunzip ${INSTALL_MAN} ${WRKSRC}/bzip.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/bzip.1 ${INSTALL_MAN} ${WRKSRC}/bzip.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/bunzip.1 .include Index: head/archivers/bzip/pkg-descr =================================================================== --- head/archivers/bzip/pkg-descr (revision 466632) +++ head/archivers/bzip/pkg-descr (revision 466633) @@ -1,17 +1,17 @@ Use of bzip2, which is intended to replace bzip, is recommended. The algorithms used in bzip2 are different and incompatible with those used in bzip. To open .bz archives, you must use bzip, and to open .bz2 archives you must use bzip2. Although bzip2 sometimes yields slightly larger output, it is faster, more reliable, maintained, much more widely used and is believed to be patent-free. Julian Seward, the author of bzip, gives this warning: This program may or may not infringe certain US patents pertaining to arithmetic coding and to the block-sorting transformation itself. Opinions differ as to the precise legal status of some of the algorithms used. Nevertheless, you should be aware that commercial use of this program could render you liable to unfriendly legal action. -WWW: http://bsdforge.com/projects/archivers/bzip/ +WWW: https://bsdforge.com/projects/archivers/bzip/