diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-01 20:52:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-01 20:52:36 +0000 |
commit | 7920f6cf7dd1ceadbc755f06b46d832c27f1162e (patch) | |
tree | eb2b58acbd898c518feed63e99882b03a23b5a18 /graphics | |
parent | 5ffa8cfaf0e228c80b3fe700211574577c13b3a7 (diff) | |
download | pkgsrc-7920f6cf7dd1ceadbc755f06b46d832c27f1162e.tar.gz |
Fix HOMEPAGE and MASTER_SITES.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpegquality/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jpegquality/Makefile b/graphics/jpegquality/Makefile index 19af73133ef..1ee71a6e7cb 100644 --- a/graphics/jpegquality/Makefile +++ b/graphics/jpegquality/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/01 20:47:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/05/01 20:52:36 wiz Exp $ # DISTNAME= jpegquality PKGNAME= jpegquality-20070802 CATEGORIES= graphics -MASTER_SITES= http://blog.wired.com/27bstroke6/files/ +MASTER_SITES= http://www.wired.com/images_blogs/threatlevel/files/ EXTRACT_SUFX= .txt MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://blog.wired.com/27bstroke6/2007/08/researchers-ana.html +HOMEPAGE= http://www.wired.com/threatlevel/2007/08/researchers-ana/ COMMENT= Print quantization tables of a JPEG file PKG_DESTDIR_SUPPORT= user-destdir |