diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bicom/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile index a933fce10a5..8f595feb490 100644 --- a/archivers/bicom/Makefile +++ b/archivers/bicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/05/10 13:23:07 ben Exp $ +# $NetBSD: Makefile,v 1.24 2006/05/10 15:38:19 gdt Exp $ # DISTNAME= bicom101 @@ -12,7 +12,12 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= http://www3.sympatico.ca/mt0000/bicom/bicom.html COMMENT= Data compressor in the PPM family -LICENSE= no-commercial-use +LICENSE= bicom-license +RESTRICTED= No commercial use without prior arrangement, no permission to distribute granted. +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} PKG_INSTALLATION_TYPES= overwrite pkgviews |