aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/kdemultimedia4/Makefile
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-08-31 18:33:13 +0800
committerolgeni <olgeni@FreeBSD.org>2001-08-31 18:33:13 +0800
commit6a55aea40149eaf80dab9ca6638ab1438f575ad6 (patch)
tree37c028af388b685e4e8181ab982a724d4cbcbcca /multimedia/kdemultimedia4/Makefile
parent5fb63bb955f68aa901013e8b2f8e7e7059c8119f (diff)
downloadfreebsd-ports-gnome-6a55aea40149eaf80dab9ca6638ab1438f575ad6.tar.gz
freebsd-ports-gnome-6a55aea40149eaf80dab9ca6638ab1438f575ad6.tar.zst
freebsd-ports-gnome-6a55aea40149eaf80dab9ca6638ab1438f575ad6.zip
Cosmetics: remove colons from PLIST_SUB variables.
Diffstat (limited to 'multimedia/kdemultimedia4/Makefile')
-rw-r--r--multimedia/kdemultimedia4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile
index e9755c01ab24..eb2b2e92f515 100644
--- a/multimedia/kdemultimedia4/Makefile
+++ b/multimedia/kdemultimedia4/Makefile
@@ -34,9 +34,9 @@ WITH_OGGVORBIS= yes
.if defined(WITH_OGGVORBIS) && ${WITH_OGGVORBIS} == yes
LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg \
vorbis.0:${PORTSDIR}/audio/libvorbis
-PLIST_SUB+= OGGVORBIS:=""
+PLIST_SUB+= OGGVORBIS=""
.else
-PLIST_SUB+= OGGVORBIS:="@comment "
+PLIST_SUB+= OGGVORBIS="@comment "
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "If you want to compile with ogg/vorbis support,"