aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-f10-aspell
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/linux-f10-aspell')
-rw-r--r--textproc/linux-f10-aspell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/linux-f10-aspell/Makefile b/textproc/linux-f10-aspell/Makefile
index facc8cb76c43..d63a5ce3f480 100644
--- a/textproc/linux-f10-aspell/Makefile
+++ b/textproc/linux-f10-aspell/Makefile
@@ -170,10 +170,10 @@ post-extract:
.for DICO in ${DICTS}
. if (${SPECDICTS:M${DICO}*} != "")
@${MKDIR} -p ${DICO_WRKDIR} && cd ${DICO_WRKDIR} && \
- ${TAR} -xjf ${DISTDIR}/aspell-${DICO}-${DICTVER_${DICO:U}}${DICT_SUFFIX}
+ ${TAR} -xjf ${DISTDIR}/${DIST_SUBDIR}/aspell-${DICO}-${DICTVER_${DICO:U}}${DICT_SUFFIX}
. else
@${MKDIR} -p ${DICO_WRKDIR} && cd ${DICO_WRKDIR} && \
- ${TAR} -xjf ${DISTDIR}/aspell-${DICO}-${DICTVERSION}${DICT_SUFFIX}
+ ${TAR} -xjf ${DISTDIR}/${DIST_SUBDIR}/aspell-${DICO}-${DICTVERSION}${DICT_SUFFIX}
. endif
.endfor