summaryrefslogtreecommitdiff
path: root/sysutils/pciutils
diff options
context:
space:
mode:
authorreed <reed>2005-12-27 18:39:53 +0000
committerreed <reed>2005-12-27 18:39:53 +0000
commit4cec76dd19b17fcfb064a74a08ca9fcac62023fe (patch)
tree9b731cf16f9ee8f653e64c9e2f84630a5b9f351e /sysutils/pciutils
parent8dddf05091f5fe0a06194299cf8b7819c44687d3 (diff)
downloadpkgsrc-4cec76dd19b17fcfb064a74a08ca9fcac62023fe.tar.gz
Add to patch so that it uses PKGMANDIR instead of hard-coded "man".
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r--sysutils/pciutils/distinfo4
-rw-r--r--sysutils/pciutils/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo
index 0e9d7264a86..bcbcd49dd97 100644
--- a/sysutils/pciutils/distinfo
+++ b/sysutils/pciutils/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:40:55 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/12/27 18:39:53 reed Exp $
SHA1 (pciutils-2.1.11.tar.gz) = bb1e107a745a40e208f676cffc0826ca8b928688
RMD160 (pciutils-2.1.11.tar.gz) = 46b6aed92fb9a8b81e7bd0da23ed13963ce15456
Size (pciutils-2.1.11.tar.gz) = 120948 bytes
-SHA1 (patch-aa) = 7d3cf856dc5493cc83c2310b57175d593753cea4
+SHA1 (patch-aa) = eb33c807890869abd2ddfeb38472dc15bd612bdd
diff --git a/sysutils/pciutils/patches/patch-aa b/sysutils/pciutils/patches/patch-aa
index be8f615f1c8..97ee453e69d 100644
--- a/sysutils/pciutils/patches/patch-aa
+++ b/sysutils/pciutils/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/02/26 00:12:43 kristerw Exp $
+$NetBSD: patch-aa,v 1.2 2005/12/27 18:39:53 reed Exp $
--- Makefile.orig 2003-01-04 13:53:01.000000000 +0100
+++ Makefile
@@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/02/26 00:12:43 kristerw Exp $
-SHAREDIR=$(PREFIX)/share
-MANDIR=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
+SHAREDIR=$(PREFIX)/share/pciutils
-+MANDIR=$(PREFIX)/man
++MANDIR=$(PREFIX)/${PKGMANDIR}
INSTALL=install
-DIRINSTALL=install -d
+DIRINSTALL=$(INSTALL) -d