From ddb88e86b98d4b49a5d2ab6237d6cf776890e1d3 Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 14 Jul 2013 16:22:29 +0000 Subject: mail/thunderbird-dictionaries: Fix extraction phase typo The extra "$" results in none of the distfiles are extracted into the work directory when bmake is used. Apparently fmake is more tolerant as there are no failed logs on portmon. Approved by: bapt (mentor) --- mail/thunderbird-dictionaries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') 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 -- cgit