diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-04 16:37:57 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-04 16:37:57 +0000 |
commit | 132a05b2b584644e0639703f77a8ee783e4b737f (patch) | |
tree | 6d356ef4073af62b3b503d7ffde2e1fc0a857977 /archivers/arc | |
parent | 64c787b2e18428f20504ccef4ce9350e2d2a8a03 (diff) | |
download | pkgsrc-132a05b2b584644e0639703f77a8ee783e4b737f.tar.gz |
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.
Diffstat (limited to 'archivers/arc')
-rw-r--r-- | archivers/arc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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: |