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 | 70e7be0b978afc5482c81fc33413cca3501de003 (patch) | |
tree | a42150b64dd45275ad8f040ec522e9f60d11e73b /archivers | |
parent | 327da8afcf8158e5e1025c54a43b68a731ca2bbb (diff) | |
download | pkgsrc-70e7be0b978afc5482c81fc33413cca3501de003.tar.gz |
Change RESTRICTED message, suggested by gdt@.
Diffstat (limited to 'archivers')
-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} |