diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-03 05:55:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-03 05:55:28 +0000 |
commit | 0a2c48698fee025987dfcf791a3abcf41133a845 (patch) | |
tree | 229a65d01642a911b554a83266666c23bb0c937d /archivers | |
parent | 314b133dd299887ddf9c8bd63649d51cdcc953ca (diff) | |
download | pkgsrc-0a2c48698fee025987dfcf791a3abcf41133a845.tar.gz |
As confirmed by Howard Chu, this code is now under the GPL.
Remove LICENSE, RESTRICTED, and NO_*_ON_*.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arc/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index fff1c331a10..92f9c57ae2e 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/05/02 19:06:45 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2006/05/03 05:55:28 wiz Exp $ DISTNAME= arc-5.21o CATEGORIES= archivers @@ -9,14 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://arc.sourceforge.net/ COMMENT= Create & extract files from DOS .ARC files -# Is under GPL as of 2003, but the README still contains -# another clause -- in contact with author about it. -# wiz -- 20060502 -LICENSE= arc-license -RESTRICTED= Do not modify. Do not charge for redistribution. -NO_SRC_ON_CDROM=${RESTRICTED} -NO_BIN_ON_CDROM=${RESTRICTED} - PKG_INSTALLATION_TYPES= overwrite pkgviews INSTALLATION_DIRS= bin man/man1 |