diff options
author | asami <asami@FreeBSD.org> | 1998-12-02 13:01:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-02 13:01:53 +0800 |
commit | 65b6a9bdd8f10029b40b0c0d0c2b4e16e47edf2e (patch) | |
tree | b103fc39240a5a4df7ea41c3e307df41bdfb82de /textproc | |
parent | c839db679bfc915d99590891306a0b0f0ae6f0a2 (diff) | |
download | freebsd-ports-gnome-65b6a9bdd8f10029b40b0c0d0c2b4e16e47edf2e.tar.gz freebsd-ports-gnome-65b6a9bdd8f10029b40b0c0d0c2b4e16e47edf2e.tar.zst freebsd-ports-gnome-65b6a9bdd8f10029b40b0c0d0c2b4e16e47edf2e.zip |
I assume there's a reason why you're not exporting WRKDIR as TMPDIR,
so just prepend ${WRKDIRPREFIX} to ${.CURDIR} in there.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 9c70d77153de..599f45daf642 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -4,7 +4,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.24 1998/08/19 20:37:36 brian Exp $ +# $Id: Makefile,v 1.25 1998/11/20 15:26:10 kuriyama Exp $ # DISTNAME= ispell-3.1 @@ -18,7 +18,7 @@ PATCHFILES= ispell-html-mode.patch MAINTAINER= jmz@FreeBSD.org -MAKE_FLAGS= TMPDIR=${.CURDIR} -f +MAKE_FLAGS= TMPDIR=${WRKDIRPREFIX}${.CURDIR} -f MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ sq.1 tryaffix.1 unsq.1 MAN4= ispell.4 english.4 |