summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 13:18:17 +0000
committermat <mat@FreeBSD.org>2016-04-01 13:18:17 +0000
commitb3227dfe27875c4e797dc7b0351cdd6e2c85cac0 (patch)
treef20c586b0416176f121176e4710700155b5cf9bf /audio
parentefb6649d87557107b26156f1ffd9389e5c07ad8d (diff)
downloadFreeBSD-ports-b3227dfe27875c4e797dc7b0351cdd6e2c85cac0.zip
FreeBSD-ports-b3227dfe27875c4e797dc7b0351cdd6e2c85cac0.tar.gz
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r--audio/ccaudio2/Makefile2
-rw-r--r--audio/jack_mixer/Makefile2
-rw-r--r--audio/libcanberra/Makefile2
-rw-r--r--audio/musicpd/Makefile2
-rw-r--r--audio/osalp/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile
index 0f54908..fd41952 100644
--- a/audio/ccaudio2/Makefile
+++ b/audio/ccaudio2/Makefile
@@ -13,7 +13,7 @@ LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libccgnu2.so:${PORTSDIR}/devel/commoncpp \
- libucommon.so:${PORTSDIR}/devel/ucommon \
+ libucommon.so:${PORTSDIR}/devel/ucommon \
libgsm.so:${PORTSDIR}/audio/gsm \
libspeex.so:${PORTSDIR}/audio/speex
diff --git a/audio/jack_mixer/Makefile b/audio/jack_mixer/Makefile
index e370b3c..cba75cd 100644
--- a/audio/jack_mixer/Makefile
+++ b/audio/jack_mixer/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \
- ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2
+ ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= libtool pkgconfig python
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile
index 1b04cb5..8553856 100644
--- a/audio/libcanberra/Makefile
+++ b/audio/libcanberra/Makefile
@@ -62,6 +62,6 @@ PLIST_SUB+= GSTREAMER="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
- ${WRKSRC}/configure
+ ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 203ad92..12c5f6a 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -197,7 +197,7 @@ post-patch:
start=$$(expr $$(${SED} -n '/^# type *"oss"/=' \
${WRKSRC}/doc/mpdconf.example) - 1); \
finish=$$(for n in $$(${JOT} 10 $$start); do \
- [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \
+ [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \
"#}" ] && echo $$n || true; done); \
${REINPLACE_CMD} -e "$${start},$${finish}s,^#,," \
${WRKSRC}/doc/mpdconf.example
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile
index 6010458..b83cd7b 100644
--- a/audio/osalp/Makefile
+++ b/audio/osalp/Makefile
@@ -12,7 +12,7 @@ COMMENT= Open Source Audio Library Project
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \
- libvorbis.so:${PORTSDIR}/audio/libvorbis
+ libvorbis.so:${PORTSDIR}/audio/libvorbis
USES= libtool
GNU_CONFIGURE= yes
OpenPOWER on IntegriCloud