pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/exiftags Use PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4712e3e07f9f
branches:  trunk
changeset: 521830:4712e3e07f9f
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Nov 23 18:43:34 2006 +0000

description:
Use PKGMANDIR.

diffstat:

 graphics/exiftags/Makefile         |  4 ++--
 graphics/exiftags/distinfo         |  4 ++--
 graphics/exiftags/patches/patch-aa |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r 46066988ea69 -r 4712e3e07f9f graphics/exiftags/Makefile
--- a/graphics/exiftags/Makefile        Thu Nov 23 17:39:52 2006 +0000
+++ b/graphics/exiftags/Makefile        Thu Nov 23 18:43:34 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/07/01 12:54:09 adam Exp $
+# $NetBSD: Makefile,v 1.7 2006/11/23 18:43:34 reed Exp $
 
 DISTNAME=      exiftags-1.00
 CATEGORIES=    graphics
@@ -12,6 +12,6 @@
 
 NO_CONFIGURE=          yes
 
-INSTALLATION_DIRS=     bin man/man1
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 .include "../../mk/bsd.pkg.mk"
diff -r 46066988ea69 -r 4712e3e07f9f graphics/exiftags/distinfo
--- a/graphics/exiftags/distinfo        Thu Nov 23 17:39:52 2006 +0000
+++ b/graphics/exiftags/distinfo        Thu Nov 23 18:43:34 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/07/01 12:54:09 adam Exp $
+$NetBSD: distinfo,v 1.6 2006/11/23 18:43:34 reed Exp $
 
 SHA1 (exiftags-1.00.tar.gz) = f5c42a5a8542c844e2cc3222b3aa457053102c11
 RMD160 (exiftags-1.00.tar.gz) = 2d0034fa663d1e01eecc0e5f6e6a7daf93caa83e
 Size (exiftags-1.00.tar.gz) = 69162 bytes
-SHA1 (patch-aa) = 32fbd796627cb796b928c3bbef10402430d54974
+SHA1 (patch-aa) = 69f55114465d53a957b038f17e1e82ca699baf78
diff -r 46066988ea69 -r 4712e3e07f9f graphics/exiftags/patches/patch-aa
--- a/graphics/exiftags/patches/patch-aa        Thu Nov 23 17:39:52 2006 +0000
+++ b/graphics/exiftags/patches/patch-aa        Thu Nov 23 18:43:34 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2005/07/01 12:54:09 adam Exp $
+$NetBSD: patch-aa,v 1.5 2006/11/23 18:43:34 reed Exp $
 
 --- Makefile.orig      2005-01-05 00:30:32.000000000 +0000
 +++ Makefile
@@ -24,4 +24,4 @@
 -      chmod 0644 $(mandir)/man1/exiftags.1 $(mandir)/man1/exifcom.1 \
 -      $(mandir)/man1/exiftime.1
 +      ${BSD_INSTALL_PROGRAM} exiftags exifcom exiftime ${PREFIX}/bin
-+      ${BSD_INSTALL_MAN} exiftags.1 exifcom.1 exiftime.1 ${PREFIX}/man/man1
++      ${BSD_INSTALL_MAN} exiftags.1 exifcom.1 exiftime.1 ${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index