summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/files/patch-af
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-af
parentBump PORTREVISION. (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
Notes
Notes: svn path=/head/; revision=40505
Diffstat (limited to 'audio/vorbis-tools/files/patch-af')
-rw-r--r--audio/vorbis-tools/files/patch-af10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/vorbis-tools/files/patch-af b/audio/vorbis-tools/files/patch-af
deleted file mode 100644
index 1d17313f4d81..000000000000
--- a/audio/vorbis-tools/files/patch-af
+++ /dev/null
@@ -1,10 +0,0 @@
---- ogg123/Makefile.am.orig Sat Mar 17 15:55:09 2001
-+++ ogg123/Makefile.am Sat Mar 17 15:55:13 2001
-@@ -5,7 +5,6 @@ AUTOMAKE_OPTIONS = foreign
- bin_PROGRAMS = ogg123
- docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
- doc_DATA = ogg123rc-example
--mandir = $(datadir)/man
- man_MANS = ogg123.1
-
- INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@