summaryrefslogtreecommitdiff
path: root/textproc/ispell
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-24 03:24:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-24 03:24:08 +0000
commite527653007ffbabf12a88f44fd921c691790b32e (patch)
tree5e0db4d180d1af0cb8bb0ef80bd0c81d14e6dc35 /textproc/ispell
parentAdd gnome-devel. This meta-port installs all the necessary API packages to (diff)
Replace incorrect ${PORTSDIR}/distfiles/ with the correct ${DISTDIR}
Noticed by: bento
Notes
Notes: svn path=/head/; revision=59850
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 8a923cf4fdcb..dbb7a86a9db8 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}