diff options
author | jtb <jtb> | 2001-06-04 17:00:18 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 17:00:18 +0000 |
commit | e69d11ae2f06f89dfe69c2fd0e98f3e0657da829 (patch) | |
tree | acb73b34ecd36e3a49e8a33c100857b832932c5b /archivers | |
parent | 6dfbc407987bfda50a941d339e2edd9a84721f53 (diff) | |
download | pkgsrc-e69d11ae2f06f89dfe69c2fd0e98f3e0657da829.tar.gz |
LICENSE= unrar-license.
Add appropriate restrictions: Do not modify distribution package and
do not charge a fee for redistribution.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 |