summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-12-30 04:24:41 +0000
committerdholland <dholland@pkgsrc.org>2012-12-30 04:24:41 +0000
commit8663ff6939cdedd1a6ae117a18a7c46e6eac5c2d (patch)
treea5d0da95db2d904826a42dea7f2d900f3dbbbdda /devel
parent86d7293cd76ed24e75c268f48728d82ea0507d3d (diff)
downloadpkgsrc-8663ff6939cdedd1a6ae117a18a7c46e6eac5c2d.tar.gz
Honor PKGMANDIR.
Diffstat (limited to 'devel')
-rw-r--r--devel/error/distinfo3
-rw-r--r--devel/error/patches/patch-Makefile13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/error/distinfo b/devel/error/distinfo
index a638042a261..81f72d02549 100644
--- a/devel/error/distinfo
+++ b/devel/error/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.3 2005/12/05 20:50:03 rillig Exp $
+$NetBSD: distinfo,v 1.4 2012/12/30 04:24:41 dholland Exp $
SHA1 (error-0.0.tar.gz) = b791825e6864e9459401d2bc780521a7411f1ce2
RMD160 (error-0.0.tar.gz) = 8546498a08045c44eb1a5693447954640d2bf9e4
Size (error-0.0.tar.gz) = 25818 bytes
+SHA1 (patch-Makefile) = 53979fb590663c9b28c9a57bdc69dfd27e878f33
SHA1 (patch-aa) = 8a5addfb206d969b8cf5d2ff8b1505f28d499f02
SHA1 (patch-ab) = d07451d05915be0fdc0e941befc292d26807fa8d
SHA1 (patch-ac) = 4077d23e2a155ff022e767eacdabb0a3eb815415
diff --git a/devel/error/patches/patch-Makefile b/devel/error/patches/patch-Makefile
new file mode 100644
index 00000000000..278c2b72f4a
--- /dev/null
+++ b/devel/error/patches/patch-Makefile
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile,v 1.1 2012/12/30 04:24:41 dholland Exp $
+
+Honor PKGMANDIR.
+
+--- Makefile~ 2005-05-10 20:53:43.000000000 +0000
++++ Makefile
+@@ -3,5 +3,5 @@
+
+ BINDIR=${PREFIX}/bin
+-MANDIR=${PREFIX}/man
++MANDIR=${PREFIX}/${PKGMANDIR}
+ CPPFLAGS='-D__COPYRIGHT(a)=' '-D__RCSID(a)='
+