diff options
author | obache <obache@pkgsrc.org> | 2007-01-08 03:11:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-01-08 03:11:31 +0000 |
commit | d839df386e3768a7b61c0094f4c82960fd119066 (patch) | |
tree | fdeb47e34bd7c44e968b9d1247c9cfb5da446f8e /archivers | |
parent | 9e2b1523ed2a23fde249c90539d394b2a627aadb (diff) | |
download | pkgsrc-d839df386e3768a7b61c0094f4c82960fd119066.tar.gz |
Redistribution of LHa is restricted.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lha/DESCR | 3 | ||||
-rw-r--r-- | archivers/lha/Makefile | 11 |
2 files changed, 10 insertions, 4 deletions
diff --git a/archivers/lha/DESCR b/archivers/lha/DESCR index 0a2bfc77c40..56cacdcb0d4 100644 --- a/archivers/lha/DESCR +++ b/archivers/lha/DESCR @@ -11,6 +11,3 @@ Okamoto <GBA02146@NIFTYSERVE.OR.JP>. If this software is included in medium that may be obtained by users without network connectivity, please notify Tsuguo Okamoto in advance. Redistribution over networks is not restricted. - - According to Masafumi NAKANE <max@wide.ad.jp> the author gives -permission to distribute this software on FreeBSD CDROM. diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index b77b242ddc1..86c56c9caa7 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/12/03 03:09:46 obache Exp $ +# $NetBSD: Makefile,v 1.31 2007/01/08 03:11:31 obache Exp $ DISTNAME= lha-114i PKGNAME= lha-114.9 @@ -11,6 +11,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm COMMENT= Archive files using LZW compression (.lzh files) +RESTRICTED= Distribution of only binaries not permitted. \ + If this software is included in medium that may be obtained by \ + users without network connectivity, need notify to author. \ + Commercial use is restricted. +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} +LICENSE= lha-license + PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" |