aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird-dictionaries
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-07-14 16:22:29 +0000
committerJohn Marino <marino@FreeBSD.org>2013-07-14 16:22:29 +0000
commit474f7ff57676a81d21086a8c988429108e4802c2 (patch)
tree66c598135adac5eddf36047d24d765a91bc24eb9 /mail/thunderbird-dictionaries
parentf01bb1b42ccfdd7a6ea7bc20d72d671560cc9d50 (diff)
downloadports-474f7ff57676a81d21086a8c988429108e4802c2.tar.gz
ports-474f7ff57676a81d21086a8c988429108e4802c2.zip
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)
Notes
Notes: svn path=/head/; revision=322993
Diffstat (limited to 'mail/thunderbird-dictionaries')
-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