diff options
author | obache <obache> | 2007-01-08 17:23:55 +0000 |
---|---|---|
committer | obache <obache> | 2007-01-08 17:23:55 +0000 |
commit | b0fabfa69aacf5b22261ea07bc56ae8e989f9282 (patch) | |
tree | 0680102092e1392b6fe9a02513b259d335d1a1b9 /archivers/lha | |
parent | cb54d0feff74df8b5ee6421bfa5e6f32e286ac3e (diff) | |
download | pkgsrc-b0fabfa69aacf5b22261ea07bc56ae8e989f9282.tar.gz |
Put LICENSE before RESTRICTED, suggested by gdt@.
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 86c56c9caa7..63b3366105a 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/01/08 03:11:31 obache Exp $ +# $NetBSD: Makefile,v 1.32 2007/01/08 17:23:55 obache Exp $ DISTNAME= lha-114i PKGNAME= lha-114.9 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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. \ @@ -18,7 +19,6 @@ RESTRICTED= Distribution of only binaries not permitted. \ NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -LICENSE= lha-license PKG_INSTALLATION_TYPES= overwrite pkgviews |