diff options
author | tron <tron> | 2004-07-06 10:55:53 +0000 |
---|---|---|
committer | tron <tron> | 2004-07-06 10:55:53 +0000 |
commit | 874fb3c405f252003d4c421dbdeb27fc8d2095e8 (patch) | |
tree | 14e7f7ff99227ce5a8eb55f53905d9a0deee0e6a /graphics/netpbm | |
parent | 77ef26594ccb012ec4071ac282a5da7fab3d9621 (diff) | |
download | pkgsrc-874fb3c405f252003d4c421dbdeb27fc8d2095e8.tar.gz |
Set the license of this package to "no-commercial-use" because the
included program "hpcdtoppm" has a restrictive license. This fixes
PR pkg/21351 by Klaus Klein.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index df889e77a06..d259186bcf8 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.93 2004/05/20 08:41:07 adam Exp $ +# $NetBSD: Makefile,v 1.94 2004/07/06 10:55:53 tron Exp $ DISTNAME= netpbm-10.18.13 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netpbm/} EXTRACT_SUFX= .tgz -MAINTAINER= tron@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://netpbm.sourceforge.net/ COMMENT= Toolkit for conversion of images between different formats +LICENSE= no-commercial-use + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes |