From 8610942368457d1e1726821b9d90e35d9a6f3363 Mon Sep 17 00:00:00 2001 From: cube Date: Mon, 23 Feb 2009 23:13:11 +0000 Subject: - Update HOMEPAGE and MASTER_SITE to reflect reality - Drop maintainership - Add USE_DESTDIR (or however you call it) support --- graphics/jpeginfo/Makefile | 10 ++++++---- graphics/jpeginfo/distinfo | 4 ++-- graphics/jpeginfo/patches/patch-aa | 8 +++++--- 3 files changed, 13 insertions(+), 9 deletions(-) (limited to 'graphics/jpeginfo') diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index dfa2b751bc8..19482994670 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:05 tv Exp $ +# $NetBSD: Makefile,v 1.4 2009/02/23 23:13:11 cube Exp $ # DISTNAME= jpeginfo-1.6.0 PKGREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://www.cc.jyu.fi/~tjko/src/ +MASTER_SITES= http://www.kokkonen.net/tjko/src/ -MAINTAINER= cube@NetBSD.org -HOMEPAGE= http://www.cc.jyu.fi/~tjko/projects.html +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.kokkonen.net/tjko/projects.html COMMENT= Generates informative listings from JPEG files GNU_CONFIGURE= YES +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../graphics/jpeg/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/jpeginfo/distinfo b/graphics/jpeginfo/distinfo index 9cfb16fe54b..f9e0ce8be2f 100644 --- a/graphics/jpeginfo/distinfo +++ b/graphics/jpeginfo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 08:45:08 agc Exp $ +$NetBSD: distinfo,v 1.3 2009/02/23 23:13:11 cube Exp $ SHA1 (jpeginfo-1.6.0.tar.gz) = 198814d72020c967272b36c6b64711b66cdf6e01 RMD160 (jpeginfo-1.6.0.tar.gz) = d33d03e126df90e611533d24d6a3f1fdde945c88 Size (jpeginfo-1.6.0.tar.gz) = 64772 bytes -SHA1 (patch-aa) = 8f0aed5432a5f41eaba0090cbee17aeb3b7bc5b2 +SHA1 (patch-aa) = 126062e32e56654e2d5e7577f6ea06d164e24529 diff --git a/graphics/jpeginfo/patches/patch-aa b/graphics/jpeginfo/patches/patch-aa index 78decfd9b59..25c778ab77e 100644 --- a/graphics/jpeginfo/patches/patch-aa +++ b/graphics/jpeginfo/patches/patch-aa @@ -1,13 +1,15 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/02/03 21:51:54 cube Exp $ +$NetBSD: patch-aa,v 1.2 2009/02/23 23:13:12 cube Exp $ ---- Makefile.in.orig 2002-12-07 23:13:21.000000000 +0100 +--- Makefile.in.orig 2002-12-07 22:13:21.000000000 +0000 +++ Makefile.in -@@ -26,7 +26,7 @@ libdir = $(prefix)/lib +@@ -26,8 +26,9 @@ libdir = $(prefix)/lib infodir = $(prefix)/share/info # Where to put the manual pages. -mandir = $(prefix)/share/man +mandir = $(prefix)/man ++INSTALL_ROOT= $(DESTDIR) + CC = @CC@ -- cgit v1.2.3