diff options
-rw-r--r-- | archivers/lha/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 63b3366105a..634fe62eec0 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2007/01/08 17:23:55 obache Exp $ +# $NetBSD: Makefile,v 1.33 2007/01/08 17:35:39 obache Exp $ DISTNAME= lha-114i PKGNAME= lha-114.9 @@ -12,10 +12,8 @@ HOMEPAGE= http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm COMMENT= Archive files using LZW compression (.lzh files) LICENSE= lha-license -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. +RESTRICTED= Other than for-free distribution of the unmodified source \ + over a network, redistribution terms are complex. NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} |