summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-01-08 03:11:31 +0000
committerobache <obache@pkgsrc.org>2007-01-08 03:11:31 +0000
commitfa18bbbeaac520d2f9761595a635e287ce72b498 (patch)
treefdeb47e34bd7c44e968b9d1247c9cfb5da446f8e
parent9c97680902324001f997c5e60104bdac686859ae (diff)
downloadpkgsrc-fa18bbbeaac520d2f9761595a635e287ce72b498.tar.gz
Redistribution of LHa is restricted.
-rw-r--r--archivers/lha/DESCR3
-rw-r--r--archivers/lha/Makefile11
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"