summaryrefslogtreecommitdiffstats
path: root/textproc/ispell
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-05-24 03:24:08 +0000
committerkris <kris@FreeBSD.org>2002-05-24 03:24:08 +0000
commit727824c9574fed25354d3a8b02245cbe19392d29 (patch)
tree20f365065a03706c7d3652ab174ba4c89c6212ed /textproc/ispell
parent45a936d7b21734f702ff70dc1ce36d3ab2a312c9 (diff)
downloadFreeBSD-ports-727824c9574fed25354d3a8b02245cbe19392d29.zip
FreeBSD-ports-727824c9574fed25354d3a8b02245cbe19392d29.tar.gz
Replace incorrect ${PORTSDIR}/distfiles/ with the correct ${DISTDIR}
Noticed by: bento
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile4
1 files 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}
OpenPOWER on IntegriCloud