From 12fb59ae4eeca3682273c002fe4e5f353ff4a58e Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 4 Jun 2001 17:00:18 +0000 Subject: LICENSE= unrar-license. Add appropriate restrictions: Do not modify distribution package and do not charge a fee for redistribution. --- archivers/unrar/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'archivers/unrar/Makefile') diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index e6556f11899..2ca26f94631 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/16 13:15:40 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/06/04 17:00:18 jtb Exp $ DISTNAME= unrar-2.71 CATEGORIES= archivers @@ -8,6 +8,11 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.rarsoft.com/ COMMENT= Extract, view & test RAR archives +LICENSE= unrar-license +RESTRICTED= "Do not modify. Do not charge a fee for redistribution." +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + do-build: cd ${WRKSRC} && ${LINK.c} -o unrar -D_UNIX unrar.c -- cgit v1.2.3