diff options
author | reed <reed> | 2006-03-11 03:14:43 +0000 |
---|---|---|
committer | reed <reed> | 2006-03-11 03:14:43 +0000 |
commit | e899d39b9f6310e32646eda2698d8442b69eda92 (patch) | |
tree | 4cd1e5f5976359f31e6a88f318783efd75b0a263 /audio | |
parent | 36e5882e73c021d9442bdfd4282b2ad2abc3012e (diff) | |
download | pkgsrc-e899d39b9f6310e32646eda2698d8442b69eda92.tar.gz |
Use the configure provided @mandir@.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/distinfo | 4 | ||||
-rw-r--r-- | audio/speex/patches/patch-ab | 6 |
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@ |