diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
commit | 2a95686979e4368264072daf699d735a95d8fe4f (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /audio | |
parent | 412b288e0cc46321af50c1dbaabd2f42af7409f7 (diff) | |
download | freebsd-ports-graphics-2a95686979e4368264072daf699d735a95d8fe4f.tar.gz freebsd-ports-graphics-2a95686979e4368264072daf699d735a95d8fe4f.tar.zst freebsd-ports-graphics-2a95686979e4368264072daf699d735a95d8fe4f.zip |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ccaudio2/Makefile | 2 | ||||
-rw-r--r-- | audio/jack_mixer/Makefile | 2 | ||||
-rw-r--r-- | audio/libcanberra/Makefile | 2 | ||||
-rw-r--r-- | audio/musicpd/Makefile | 2 | ||||
-rw-r--r-- | audio/osalp/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 0f54908015e..fd419527755 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 e370b3ce290..cba75cd0d42 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 1b04cb5fe96..855385623e1 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 203ad928758..12c5f6aa062 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 601045859ce..b83cd7bdfa0 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 |