From 727824c9574fed25354d3a8b02245cbe19392d29 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 24 May 2002 03:24:08 +0000 Subject: Replace incorrect ${PORTSDIR}/distfiles/ with the correct ${DISTDIR} Noticed by: bento --- textproc/ispell/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 8a923cf..dbb7a86 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -144,11 +144,11 @@ post-extract: .endif .if defined(ISPELL_FR) @${MKDIR} ${WRKDIR}/francais-IREQ - @${TAR} -C ${WRKDIR}/francais-IREQ -zxf ${PORTSDIR}/distfiles/${FRDISTFILE} + @${TAR} -C ${WRKDIR}/francais-IREQ -zxf ${DISTDIR}/${FRDISTFILE} .endif .if defined(ISPELL_DEALT) @${MKDIR} ${WRKDIR}/hk-deutsch - @${TAR} -C ${WRKDIR}/hk-deutsch/ -zxf ${PORTSDIR}/distfiles/${DEALTDISTFILE} + @${TAR} -C ${WRKDIR}/hk-deutsch/ -zxf ${DISTDIR}/${DEALTDISTFILE} .endif .if defined(ISPELL_DENEU) @${TAR} -C ${WRKDIR}/ -yxf ${DISTDIR}/${DENEUDISTFILE} -- cgit v1.1