From b23d7f7a60a3b55dd3f4ca8c36841ff8ce0ad3ae Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 10 May 2006 13:23:07 +0000 Subject: According to readme.txt, bicom is free for non-commercial use so long as the copyright notice remains intact. There is no formal license. Change back to no-commercial-use and include readme.txt with copyright notice in the package. " Copyright (C) 2000 Matt Timmermans Free for non-commercial purposes as long as this notice remains intact. To discuss commercial use, mail me at matt@timmermans.org " --- archivers/bicom/Makefile | 9 ++++++--- archivers/bicom/PLIST | 4 +++- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'archivers/bicom') diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile index 775cf9e260c..a933fce10a5 100644 --- a/archivers/bicom/Makefile +++ b/archivers/bicom/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2006/05/10 12:31:46 gdt Exp $ +# $NetBSD: Makefile,v 1.23 2006/05/10 13:23:07 ben Exp $ # DISTNAME= bicom101 PKGNAME= bicom-1.01 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www3.sympatico.ca/mt0000/bicom/ EXTRACT_SUFX= .zip @@ -12,7 +12,7 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= http://www3.sympatico.ca/mt0000/bicom/bicom.html COMMENT= Data compressor in the PPM family -LICENSE= bicom-license +LICENSE= no-commercial-use PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -35,5 +35,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bicom + ${INSTALL_DATA} ${WRKSRC}/README.TXT \ + ${prefix}/share/doc/bicom/readme.txt .include "../../mk/bsd.pkg.mk" diff --git a/archivers/bicom/PLIST b/archivers/bicom/PLIST index 2306ebda95f..41a7079fa9f 100644 --- a/archivers/bicom/PLIST +++ b/archivers/bicom/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:24:15 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/05/10 13:23:07 ben Exp $ bin/bicom +share/doc/bicom/readme.txt +@dirrm share/doc/bicom -- cgit v1.2.3