summaryrefslogtreecommitdiff
path: root/graphics/exiftags
diff options
context:
space:
mode:
authorreed <reed>2006-11-23 18:43:34 +0000
committerreed <reed>2006-11-23 18:43:34 +0000
commita3368d267a96714d2306bc71a18843eae15148de (patch)
tree2747b474e59400628851633280740abeacb66c7a /graphics/exiftags
parent35d28c40a7f673ca83c2b8f09574a3af370fe751 (diff)
downloadpkgsrc-a3368d267a96714d2306bc71a18843eae15148de.tar.gz
Use PKGMANDIR.
Diffstat (limited to 'graphics/exiftags')
-rw-r--r--graphics/exiftags/Makefile4
-rw-r--r--graphics/exiftags/distinfo4
-rw-r--r--graphics/exiftags/patches/patch-aa4
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile
index 0b863650432..04f8ca9e3a6 100644
--- a/graphics/exiftags/Makefile
+++ b/graphics/exiftags/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/exiftags/distinfo b/graphics/exiftags/distinfo
index c5e238b48ef..839c246c7ba 100644
--- a/graphics/exiftags/distinfo
+++ b/graphics/exiftags/distinfo
@@ -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 --git a/graphics/exiftags/patches/patch-aa b/graphics/exiftags/patches/patch-aa
index b9e8ce3f0b8..3ef659daaa8 100644
--- a/graphics/exiftags/patches/patch-aa
+++ b/graphics/exiftags/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.4 2005/07/01 12:54:09 adam Exp $
- 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