diff options
author | ben <ben@pkgsrc.org> | 2006-05-10 13:23:07 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2006-05-10 13:23:07 +0000 |
commit | b23d7f7a60a3b55dd3f4ca8c36841ff8ce0ad3ae (patch) | |
tree | de6f8ef43ca547fdb19418be44489a1af8474186 /archivers/bicom | |
parent | f549858ed3c22c6267dc3c97e0a02ed944a7aacd (diff) | |
download | pkgsrc-b23d7f7a60a3b55dd3f4ca8c36841ff8ce0ad3ae.tar.gz |
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
"
Diffstat (limited to 'archivers/bicom')
-rw-r--r-- | archivers/bicom/Makefile | 9 | ||||
-rw-r--r-- | archivers/bicom/PLIST | 4 |
2 files changed, 9 insertions, 4 deletions
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 |