diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-03 18:54:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-03 18:54:42 +0000 |
commit | a79f462e545fb65b80c78b8e4db0437f67eb8016 (patch) | |
tree | 7b45434402f96ca905543f5f3fd32f7cf413d407 /audio | |
parent | 87343426da5f108cf19513ad8888eac44103f041 (diff) | |
download | pkgsrc-a79f462e545fb65b80c78b8e4db0437f67eb8016.tar.gz |
Fix location of installed man pages. Bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Speex-mixedcase/Makefile | 3 | ||||
-rw-r--r-- | audio/Speex-mixedcase/PLIST | 8 | ||||
-rw-r--r-- | audio/Speex-mixedcase/distinfo | 4 | ||||
-rw-r--r-- | audio/Speex-mixedcase/patches/patch-ab | 13 |
4 files changed, 18 insertions, 10 deletions
diff --git a/audio/Speex-mixedcase/Makefile b/audio/Speex-mixedcase/Makefile index 3e390749b89..5ecb052b568 100644 --- a/audio/Speex-mixedcase/Makefile +++ b/audio/Speex-mixedcase/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2002/12/24 22:20:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/03 18:54:42 wiz Exp $ # DISTNAME= speex-1.0beta4 PKGNAME= Speex-0.99.4 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ diff --git a/audio/Speex-mixedcase/PLIST b/audio/Speex-mixedcase/PLIST index af6159d2870..3071ea243eb 100644 --- a/audio/Speex-mixedcase/PLIST +++ b/audio/Speex-mixedcase/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/11/11 13:44:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/03 18:54:42 wiz Exp $ bin/speexdec bin/speexenc include/speex.h @@ -10,9 +10,7 @@ lib/libspeex-0.99.so lib/libspeex.a lib/libspeex.la lib/libspeex.so +man/man1/speexdec.1 +man/man1/speexenc.1 share/doc/speex/manual.pdf -share/man/man1/speexdec.1 -share/man/man1/speexenc.1 -@dirrm share/man/man1 -@dirrm share/man @dirrm share/doc/speex diff --git a/audio/Speex-mixedcase/distinfo b/audio/Speex-mixedcase/distinfo index cff8c9f0e22..777d20380e1 100644 --- a/audio/Speex-mixedcase/distinfo +++ b/audio/Speex-mixedcase/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2002/12/24 22:20:36 wiz Exp $ +$NetBSD: distinfo,v 1.4 2003/01/03 18:54:42 wiz Exp $ SHA1 (speex-1.0beta4.tar.gz) = d6df9764062e20013ba10eb50f338e708641d28a Size (speex-1.0beta4.tar.gz) = 481121 bytes SHA1 (patch-aa) = 9805bd35853f38671fc694e4bb5b67d0919f1c51 -SHA1 (patch-ab) = 0c4d224fed04455d0b30b67b2668a79516ada6a2 +SHA1 (patch-ab) = dc28a299bed0741db5736fe373c3886ff10eeeae diff --git a/audio/Speex-mixedcase/patches/patch-ab b/audio/Speex-mixedcase/patches/patch-ab index b7b795822fa..4eeaea71d3f 100644 --- a/audio/Speex-mixedcase/patches/patch-ab +++ b/audio/Speex-mixedcase/patches/patch-ab @@ -1,7 +1,16 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/10/13 16:04:48 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2003/01/03 18:54:45 wiz Exp $ ---- src/Makefile.in.orig Fri Oct 11 05:59:10 2002 +--- src/Makefile.in.orig Fri Dec 20 20:54:14 2002 +++ src/Makefile.in +@@ -92,7 +92,7 @@ src = @src@ + + INCLUDES = -I$(top_srcdir)/libspeex + +-mandir = $(prefix)/share/man ++mandir = $(prefix)/man + man_MANS = speexenc.1 speexdec.1 + + EXTRA_DIST = $(man_MANS) getopt_win.h getopt.c getopt1.c wave_out.c wave_out.h @@ -103,10 +103,10 @@ noinst_HEADERS = wav_io.h bin_PROGRAMS = speexenc speexdec |