diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-14 13:30:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-14 13:30:07 +0000 |
commit | 4e05ef88ea8a51e88ab06c48afdd996299d42b69 (patch) | |
tree | 21f1266e5d644d44cfac10b1ab04d1c3cc558aaf /textproc/no-hunspell | |
parent | c9075572f9f94237a7e898da439501f5fdf5a5d3 (diff) |
Fix extraction
Reported by: marino
Notes
Notes:
svn path=/head/; revision=333754
Diffstat (limited to 'textproc/no-hunspell')
-rw-r--r-- | textproc/no-hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/no-hunspell/Makefile b/textproc/no-hunspell/Makefile index 3280c72374ee..d0770221ecbe 100644 --- a/textproc/no-hunspell/Makefile +++ b/textproc/no-hunspell/Makefile @@ -24,7 +24,7 @@ PLIST_DIRSTRY= %%DATADIR%% post-extract: @${MKDIR} ${WRKSRC} @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/nb_NO.zip -C ${WRKSRC}/ - @${EXTRACT_CMD} ${EXTRACT_BEOFRE_ARGS} ${WRKDIR}/nn_NO.zip -C ${WRKSRC}/ + @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/nn_NO.zip -C ${WRKSRC}/ do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ |