mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- use {} instead () around .if ${PORT_OPTONS:M...}
This commit is contained in:
parent
e34f5ae214
commit
efdddb64ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304799
@ -53,7 +53,7 @@ DISTFILES+= freeswitch-sounds-music-48000-${DISTVERSION}${EXTRACT_SUFX}
|
||||
.endif
|
||||
|
||||
.for opt in ${ALL_OPTIONS}
|
||||
.if $(PORT_OPTIONS:M${opt})
|
||||
.if ${PORT_OPTIONS:M${opt}}
|
||||
PLIST_SUB+= ${opt}=""
|
||||
.else
|
||||
PLIST_SUB+= ${opt}="@comment "
|
||||
|
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user