diff options
author | gdt <gdt@pkgsrc.org> | 2006-07-06 15:11:00 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-07-06 15:11:00 +0000 |
commit | 5b0bbca71ef6855b32add518a33aad0f77ff7d70 (patch) | |
tree | c465527e16f31f8c387ff5159f841c411325132a /archivers | |
parent | 24f57d5c7955bbbddfbcb0965ebbc593167bc1a4 (diff) | |
download | pkgsrc-5b0bbca71ef6855b32add518a33aad0f77ff7d70.tar.gz |
Add LICENSE= and license. Add comments to RESTRICTED; this license is
perhaps not quite as restrictive as our tags, but it's too hard to
determine that so continue to err on side of caution.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xmill/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 672bc09c31b..4f0009710ef 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/22 09:22:05 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/06 15:11:00 gdt Exp $ DISTNAME= xmill-0.9.1 PKGREVISION= 3 @@ -15,7 +15,11 @@ USE_TOOLS+= gmake MAKEFILE= makefile USE_LANGUAGES= c c++ +LICENSE= xmill-license RESTRICTED= Redistribution not permitted +# It is not entirely clear that noncommercial redistribution is +# permitted, but it's too hard to read the license, so it's marked as +# non-redistributable to err on the side of caution. NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |