summaryrefslogtreecommitdiff
path: root/archivers/bicom/Makefile
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2006-05-10 13:23:07 +0000
committerben <ben@pkgsrc.org>2006-05-10 13:23:07 +0000
commitb23d7f7a60a3b55dd3f4ca8c36841ff8ce0ad3ae (patch)
treede6f8ef43ca547fdb19418be44489a1af8474186 /archivers/bicom/Makefile
parentf549858ed3c22c6267dc3c97e0a02ed944a7aacd (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--archivers/bicom/Makefile9
1 files changed, 6 insertions, 3 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"