diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
commit | b6a7a057831a76b55852e240dcf2e68f351a86e6 (patch) | |
tree | cb234ac2805ee45ce07e64ce5f23d63b70cad4ce /audio | |
parent | 2640fceac70fa2eaf8d3ad131ee93f131cdd0e25 (diff) | |
download | freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.gz freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.zst freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.zip |
Tidy up whitespace.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/normalize/Makefile | 2 | ||||
-rw-r--r-- | audio/rat/Makefile | 2 | ||||
-rw-r--r-- | audio/soundtracker/Makefile | 2 | ||||
-rw-r--r-- | audio/spiralsynth/Makefile | 20 |
4 files changed, 13 insertions, 13 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile index ee185be5638f..c7c3f6dcd358 100644 --- a/audio/normalize/Makefile +++ b/audio/normalize/Makefile @@ -35,7 +35,7 @@ PLIST_SUB+= XMMS="@comment " .endif .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 0cc5c92bed24..8481e1c1916d 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= \ MAINTAINER= ports@FreeBSD.org COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool -TCLTK_VERSION= 8.3 +TCLTK_VERSION= 8.3 LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_AUTOCONF_VER= 213 diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index 95c5c27312fa..a31dd51f6ca4 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -7,7 +7,7 @@ PORTNAME= soundtracker PORTVERSION= 0.6.7 -PORTREVISION= 2 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://www.soundtracker.org/dl/%SUBDIR%/ MASTER_SITE_SUBDIR= v${PORTVERSION:R} 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 ; \ |