diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-30 04:24:41 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-30 04:24:41 +0000 |
commit | 241b52ca665504f4ceed057994310d70c8d49cba (patch) | |
tree | a5d0da95db2d904826a42dea7f2d900f3dbbbdda /devel/error | |
parent | 8046a00c915ee5b112867180b6f74ff844a3a2dd (diff) | |
download | pkgsrc-241b52ca665504f4ceed057994310d70c8d49cba.tar.gz |
Honor PKGMANDIR.
Diffstat (limited to 'devel/error')
-rw-r--r-- | devel/error/distinfo | 3 | ||||
-rw-r--r-- | devel/error/patches/patch-Makefile | 13 |
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)=' + |