diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-30 13:18:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-30 13:18:53 +0000 |
commit | 2e3ccee024e7bfb63c78eaea2ca713ea587ed667 (patch) | |
tree | e1e55c0fce18bebf7bdf2cdf00ff3ad92cb50f9f /graphics/png | |
parent | a2aeef3469568522f123f93d8d302d22e080aa48 (diff) | |
download | pkgsrc-2e3ccee024e7bfb63c78eaea2ca713ea587ed667.tar.gz |
png uses zlib license, just with very many (co)authors.
Set it, and remove separate png-license file.
Ok troxel
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index dd088a8000f..c84bb85079e 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2011/12/15 17:16:26 wiz Exp $ +# $NetBSD: Makefile,v 1.142 2012/01/30 13:18:53 wiz Exp $ DISTNAME= libpng-1.5.7 PKGNAME= ${DISTNAME:S/lib//} @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.libpng.org/pub/png/libpng.html COMMENT= Library for manipulating PNG images -LICENSE= png-license +LICENSE= zlib PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |