diff options
author | gdt <gdt> | 2006-07-06 15:11:00 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-07-06 15:11:00 +0000 |
commit | 912fa33848d6b4699c570007deaecfa9490eb7fb (patch) | |
tree | c465527e16f31f8c387ff5159f841c411325132a /archivers/xmill/Makefile | |
parent | 38d848a4e13eea20cb59f7d6a1cfe135c3fb8fbb (diff) | |
download | pkgsrc-912fa33848d6b4699c570007deaecfa9490eb7fb.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/xmill/Makefile')
-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} |