From efdddb64ce3816f13ae745bc02f10543ba43d92a Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Mon, 24 Sep 2012 21:21:37 +0000 Subject: - use {} instead () around .if ${PORT_OPTONS:M...} --- audio/freeswitch-sounds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/freeswitch-sounds') diff --git a/audio/freeswitch-sounds/Makefile b/audio/freeswitch-sounds/Makefile index d14f17d52c77..894c0b2b5b54 100644 --- a/audio/freeswitch-sounds/Makefile +++ b/audio/freeswitch-sounds/Makefile @@ -97,7 +97,7 @@ SCALE=0.2 .endif .for opt in ${ALL_OPTIONS} -.if $(PORT_OPTIONS:M${opt}) +.if ${PORT_OPTIONS:M${opt}} PLIST_SUB+= ${opt}="" .else PLIST_SUB+= ${opt}="@comment " -- cgit v1.2.3