diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2001-05-22 03:26:55 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2001-05-22 03:26:55 +0000 |
commit | 84c32fb24c1b9778801ad157d9ee899e9ac17110 (patch) | |
tree | dad42934cd4c20429411163536bdad941f3299d6 /audio/mixer.app/files/patch-aa | |
parent | The configuration files should be preserved at deinstall (diff) |
Update to 1.6.0
PR: 27526
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Notes
Notes:
svn path=/head/; revision=42890
Diffstat (limited to 'audio/mixer.app/files/patch-aa')
-rw-r--r-- | audio/mixer.app/files/patch-aa | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/audio/mixer.app/files/patch-aa b/audio/mixer.app/files/patch-aa deleted file mode 100644 index 99515a8b20c6..000000000000 --- a/audio/mixer.app/files/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ ---- Imakefile.bak Sun Sep 24 01:19:13 2000 -+++ Imakefile Sun Sep 24 01:19:32 2000 -@@ -12,5 +12,5 @@ - SRCS = Main.cc Mixer.cc Xpm.cc - OBJS = Main.o Mixer.o Xpm.o - --ComplexProgramTarget(Mixer) -+ComplexProgramTargetNoMan(Mixer) - |