diff options
author | obache <obache@pkgsrc.org> | 2007-01-08 17:35:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-01-08 17:35:39 +0000 |
commit | 13beefda07c1663713fce1551a65f146a9589fe9 (patch) | |
tree | a42150b64dd45275ad8f040ec522e9f60d11e73b /archivers/lha | |
parent | 8bae603af34e74a2ad044135f4f339388ac5b709 (diff) | |
download | pkgsrc-13beefda07c1663713fce1551a65f146a9589fe9.tar.gz |
Change RESTRICTED message, suggested by gdt@.
Diffstat (limited to 'archivers/lha')
-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} |