diff options
author | John Marino <marino@FreeBSD.org> | 2013-07-14 16:22:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-07-14 16:22:29 +0000 |
commit | 474f7ff57676a81d21086a8c988429108e4802c2 (patch) | |
tree | 66c598135adac5eddf36047d24d765a91bc24eb9 /mail/thunderbird-dictionaries | |
parent | f01bb1b42ccfdd7a6ea7bc20d72d671560cc9d50 (diff) |
Notes
Diffstat (limited to 'mail/thunderbird-dictionaries')
-rw-r--r-- | mail/thunderbird-dictionaries/Makefile | 2 |
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 |