From d23a4b432e94c31ed454bf9cf2f9feca0d799400 Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 4 Jun 2001 16:37:57 +0000 Subject: Add the appropriate restrictions. From the README file: Oh yeah - this program may be distributed freely so long as you don't modify it in any way. You may not charge for distributing it. --- archivers/arc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index e43b4ed076c..1a5c42670d3 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 13:15:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/04 16:37:57 jtb Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:09 fenner Exp # @@ -11,6 +11,10 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= Create & extract files from DOS .ARC files +RESTRICTED= "Do not modify. Do not charge for redistribution" +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + NO_WRKSUBDIR= yes do-install: -- cgit v1.2.3