aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vorbis-tools/files/patch-ogg123_Makefile.am
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-03-28 21:55:31 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-03-28 21:55:31 +0000
commit8e5e9b8711e554071a575ab76800268a4bdae4c1 (patch)
treed9fc67dd0f9b766f83831624d5aaefb9ce49727b /audio/vorbis-tools/files/patch-ogg123_Makefile.am
parent3d1f807d47525193a71eee05235f5f6fbde989ed (diff)
Install documentation in a better place.
Patch ogg123/Makefile.am because automake will be run even though we do not need it. Continue to patch ogg123/Makefile.in just the same, so automake will not be required. Effectively rename some patches, and change some: - patch-aa to patch-configure.in - patch-ab to patch-ogg123_buffer.c - patch-ac to patch-ogg123_Makefile.in - patch-ad to patch-ogg123_ogg123.c (with changes) - patch-ae to patch-aclocal.m4 (with changes) - patch-af to patch-ogg123_Makefile.am (with changes) The maintainer requested this. He said that the history of these files is not worth keeping. Add $FreeBSD$ tags to the patches. Change pkg-comment. Submitted by: maintainer PR: 26136
Diffstat (limited to 'audio/vorbis-tools/files/patch-ogg123_Makefile.am')
-rw-r--r--audio/vorbis-tools/files/patch-ogg123_Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/vorbis-tools/files/patch-ogg123_Makefile.am b/audio/vorbis-tools/files/patch-ogg123_Makefile.am
new file mode 100644
index 000000000000..678a353c6f1e
--- /dev/null
+++ b/audio/vorbis-tools/files/patch-ogg123_Makefile.am
@@ -0,0 +1,14 @@
+$FreeBSD$
+--- ogg123/Makefile.am.orig Mon Feb 19 23:27:52 2001
++++ ogg123/Makefile.am Wed Mar 21 16:04:07 2001
+@@ -3,9 +3,8 @@
+ AUTOMAKE_OPTIONS = foreign
+
+ bin_PROGRAMS = ogg123
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(datadir)/doc/$(PACKAGE)
+ doc_DATA = ogg123rc-example
+-mandir = $(datadir)/man
+ man_MANS = ogg123.1
+
+ INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@