1
0
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:
Olli Hauer 2012-09-24 21:21:37 +00:00
parent e34f5ae214
commit efdddb64ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304799
2 changed files with 2 additions and 2 deletions

View File

@ -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 "

View File

@ -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 "