diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-03 15:54:27 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-03 15:54:27 +0000 |
commit | e44e868a92e68b118e593065e9a78bec571974be (patch) | |
tree | 6be3e74444d550788236bed95bfbbfeefe4e58e1 /devel/libowfat | |
parent | fe905cf02c3981df0ec849ef64979f7be88fa1f7 (diff) | |
download | pkgsrc-e44e868a92e68b118e593065e9a78bec571974be.tar.gz |
Honour PKGMANDIR.
Diffstat (limited to 'devel/libowfat')
-rw-r--r-- | devel/libowfat/distinfo | 4 | ||||
-rw-r--r-- | devel/libowfat/patches/patch-aa | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/libowfat/distinfo b/devel/libowfat/distinfo index fb5c812ef2a..264488b7b38 100644 --- a/devel/libowfat/distinfo +++ b/devel/libowfat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $ +$NetBSD: distinfo,v 1.2 2008/02/03 15:54:27 tnn Exp $ SHA1 (libowfat-0.27.tar.bz2) = 5a61ddb0e6c425932e9b87be10d308d21616e802 RMD160 (libowfat-0.27.tar.bz2) = 7192b155c9c83fc1dc9f4057220a4da43e464a50 Size (libowfat-0.27.tar.bz2) = 128908 bytes -SHA1 (patch-aa) = 9d550c1072faf0b1ae1ad81e2e676a0b03280697 +SHA1 (patch-aa) = 7542a1fd6b2f4f3f1dd430be547075e98488d7d0 diff --git a/devel/libowfat/patches/patch-aa b/devel/libowfat/patches/patch-aa index e999baeb2f3..81cecc513df 100644 --- a/devel/libowfat/patches/patch-aa +++ b/devel/libowfat/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2008/02/03 15:54:27 tnn Exp $ --- GNUmakefile.orig 2006-07-16 01:17:01.000000000 +0200 +++ GNUmakefile -@@ -4,9 +4,9 @@ +@@ -4,10 +4,10 @@ # in /opt/diet, where they are in the default search path for my diet libc # work but don't conflict with anything there. YMMV. @@ -10,7 +10,9 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $ +prefix=${PREFIX} LIBDIR=${prefix}/lib -INCLUDEDIR=${prefix}/include +-MAN3DIR=${prefix}/man/man3 +INCLUDEDIR=${prefix}/include/libowfat - MAN3DIR=${prefix}/man/man3 ++MAN3DIR=${prefix}/${PKGMANDIR}/man3 LIBS=byte.a fmt.a scan.a str.a uint.a open.a stralloc.a unix.a socket.a \ + buffer.a mmap.a taia.a tai.a dns.a case.a mult.a array.a io.a \ |