diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/xmcd/files/patch-Imakefile | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363157
Diffstat (limited to 'audio/xmcd/files/patch-Imakefile')
-rw-r--r-- | audio/xmcd/files/patch-Imakefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-Imakefile b/audio/xmcd/files/patch-Imakefile new file mode 100644 index 000000000000..68b33fc1577f --- /dev/null +++ b/audio/xmcd/files/patch-Imakefile @@ -0,0 +1,9 @@ +--- Imakefile.orig Mon Nov 4 06:44:33 2002 ++++ Imakefile Mon Nov 4 05:02:09 2002 +@@ -77,5 +77,5 @@ + */ + install:: + @BINDIR=$(BINDIR) LIBDIR=$(LIBDIR) MANDIR=$(MANDIR) \ +- MANSUFFIX=$(MANSUFFIX) $(SHELL) ./install.sh -n ++ MANSUFFIX=$(MANSUFFIX) $(SHELL) ./install.sh -n -b + |