diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /audio/spiralsynth | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) |
Tidy up whitespace.
Notes
Notes:
svn path=/head/; revision=106671
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r-- | audio/spiralsynth/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index e327123bb9ee..383fdfc51850 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -28,16 +28,16 @@ DOC_FILES= CHANGES COPYING README post-patch: .for ii in \ - Makefile.in \ - PluginLink.sh \ - SpiralInfo.C \ - SpiralSound/Midi.h \ - SpiralSound/Output.h \ - SpiralSound/SpiralInfo.h \ - SpiralSound/Synth.C \ - SpiralSound/Synth.h \ - SpiralSound/_SynthInfo.C \ - Synth.h + Makefile.in \ + PluginLink.sh \ + SpiralInfo.C \ + SpiralSound/Midi.h \ + SpiralSound/Output.h \ + SpiralSound/SpiralInfo.h \ + SpiralSound/Synth.C \ + SpiralSound/Synth.h \ + SpiralSound/_SynthInfo.C \ + Synth.h ${MV} ${WRKSRC}/${ii} ${WRKSRC}/${ii}.orig ${SED} -e 's|-O3|${PTHREAD_CFLAGS}|g ; \ s|CC =|CC? =|g ; \ |