aboutsummaryrefslogtreecommitdiff
path: root/net/unison232
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-24 16:45:32 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-24 16:45:32 +0000
commitb38b18216d93409b894303cc7972d5bdfeb39a38 (patch)
treee8f5fe443571e102d3667a7b223e218bcc36bbfe /net/unison232
parent2b94744a2d1fbb7a5e8904b1faf6ca4d5d59df6c (diff)
downloadports-b38b18216d93409b894303cc7972d5bdfeb39a38.tar.gz
ports-b38b18216d93409b894303cc7972d5bdfeb39a38.zip
net/unison*, audio/asterisk-*: Set FLAVOR to a non-empty value by default
Use range modifier properly. The right syntax for looking up the first word of a variable is ${FLAVORS:[1]}. Reviewed by: madpilot Differential Revision: https://reviews.freebsd.org/D22530
Notes
Notes: svn path=/head/; revision=518336
Diffstat (limited to 'net/unison232')
-rw-r--r--net/unison232/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile
index 05c2bb864cba..bb6ca8aab64c 100644
--- a/net/unison232/Makefile
+++ b/net/unison232/Makefile
@@ -17,7 +17,7 @@ COMMENT= User-level file synchronization tool
LICENSE= GPLv3
FLAVORS= x11 nox11
-FLAVOR?= ${FLAVORS[1]}
+FLAVOR?= ${FLAVORS:[1]}
VERSIONSUFFIX= 232