diff options
author | wiz <wiz> | 2012-03-07 15:29:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-03-07 15:29:52 +0000 |
commit | 3fd01f4e865a7f25cefeab0ec54d5b13d101854c (patch) | |
tree | 8b4a56b84e6f97a32f69c9722deb83c242d35ec2 /graphics | |
parent | 0bdfe257f3b35909d50499978c85a8694e56b034 (diff) | |
download | pkgsrc-3fd01f4e865a7f25cefeab0ec54d5b13d101854c.tar.gz |
png-license is just a zlib with many authors. Use zlib here (as already
done in png package).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gif2png/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 2c3bb5644e0..5f5b25e7e05 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2012/03/07 15:28:12 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2012/03/07 15:29:52 wiz Exp $ DISTNAME= gif2png-2.5.5 CATEGORIES= graphics converters @@ -7,7 +7,7 @@ MASTER_SITES= http://www.catb.org/~esr/gif2png/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.catb.org/~esr/gif2png/ COMMENT= Convert GIF files to PNG -LICENSE= png-license +LICENSE= zlib PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index e81e94b2487..4f8eed80a89 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/02/20 17:27:24 adam Exp $ +# $NetBSD: Makefile,v 1.55 2012/03/07 15:29:52 wiz Exp $ DISTNAME= pngcrush-1.7.25-nolib PKGNAME= ${DISTNAME:C/-nolib//} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@NetBSD.org HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html COMMENT= Optimizer for PNG (Portable Network Graphics) files -LICENSE= png-license +LICENSE= zlib PKG_DESTDIR_SUPPORT= user-destdir |