aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/thunderbird-dictionaries/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird-dictionaries/Makefile b/mail/thunderbird-dictionaries/Makefile
index 98328243adb9..84d8963bd6ae 100644
--- a/mail/thunderbird-dictionaries/Makefile
+++ b/mail/thunderbird-dictionaries/Makefile
@@ -56,7 +56,7 @@ PLIST_SUB+= ${f}="@comment "
do-extract:
@${MKDIR} ${WRKSRC}
.for f in ${ALLDICTS}
-.if ${PORT_OPTIONS:M$${f}}
+.if ${PORT_OPTIONS:M${f}}
@${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/${${f}_FILE} -d ${WRKSRC}/${${f}_FILE}
.endif
.endfor