summaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-03-11 03:14:43 +0000
committerreed <reed@pkgsrc.org>2006-03-11 03:14:43 +0000
commitc34a8897b67fd34f2f8a4fad2c9e7470c09b66df (patch)
tree4cd1e5f5976359f31e6a88f318783efd75b0a263 /audio/speex
parent8477a9148daae6750202cf49b6e850059da88751 (diff)
downloadpkgsrc-c34a8897b67fd34f2f8a4fad2c9e7470c09b66df.tar.gz
Use the configure provided @mandir@.
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/distinfo4
-rw-r--r--audio/speex/patches/patch-ab6
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/speex/distinfo b/audio/speex/distinfo
index 9662a75dcc4..5bce560804c 100644
--- a/audio/speex/distinfo
+++ b/audio/speex/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2005/05/20 21:06:54 wiz Exp $
+$NetBSD: distinfo,v 1.10 2006/03/11 03:14:43 reed Exp $
SHA1 (speex-1.0.5.tar.gz) = a8f34f80e5f84a47aee7e70088632d4958fe75fd
RMD160 (speex-1.0.5.tar.gz) = 6ceed29438912647ef1d2d7299822fdaaf5509f9
Size (speex-1.0.5.tar.gz) = 546872 bytes
SHA1 (patch-aa) = 675bbd2696852002d73fc778a3c1125435eb0fc6
-SHA1 (patch-ab) = f81d9bceb76acc7deb017140d39a88234e130c10
+SHA1 (patch-ab) = b88dfafc1464aed7c5f38f39a270d16338335418
diff --git a/audio/speex/patches/patch-ab b/audio/speex/patches/patch-ab
index b7e51c06357..01ff9dbf783 100644
--- a/audio/speex/patches/patch-ab
+++ b/audio/speex/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.3 2004/07/23 15:48:47 wiz Exp $
+$NetBSD: patch-ab,v 1.4 2006/03/11 03:14:43 reed Exp $
---- src/Makefile.in.orig 2004-07-15 09:25:20.000000000 +0200
+--- src/Makefile.in.orig 2004-07-15 00:25:20.000000000 -0700
+++ src/Makefile.in
@@ -183,7 +183,7 @@ install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localstatedir = @localstatedir@
-mandir = $(prefix)/share/man
-+mandir = $(prefix)/man
++mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
prefix = @prefix@