diff options
author | pav <pav@FreeBSD.org> | 2007-07-05 03:22:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-05 03:22:25 +0800 |
commit | 5053593c37b8a0e59a7d840a4ff92c7f83f2bbad (patch) | |
tree | bc6dfdda0fab7e4d4231ea1e6cb288994e5f7d4d /textproc | |
parent | c76924c6dabf69c97803ba8dd0e3014bc333173c (diff) | |
download | freebsd-ports-gnome-5053593c37b8a0e59a7d840a4ff92c7f83f2bbad.tar.gz freebsd-ports-gnome-5053593c37b8a0e59a7d840a4ff92c7f83f2bbad.tar.zst freebsd-ports-gnome-5053593c37b8a0e59a7d840a4ff92c7f83f2bbad.zip |
- Fix extract phase broken by previous revision by mezz
Reported by: pointyhat
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/linux-aspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/linux-f10-aspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/linux-f8-aspell/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/linux-aspell/Makefile b/textproc/linux-aspell/Makefile index facc8cb76c43..d63a5ce3f480 100644 --- a/textproc/linux-aspell/Makefile +++ b/textproc/linux-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 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 diff --git a/textproc/linux-f8-aspell/Makefile b/textproc/linux-f8-aspell/Makefile index facc8cb76c43..d63a5ce3f480 100644 --- a/textproc/linux-f8-aspell/Makefile +++ b/textproc/linux-f8-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 |