diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-03 02:58:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-03 02:58:57 +0000 |
commit | 2723f6072f4281e768e80dea2c7df8b2f5454a3c (patch) | |
tree | 99d336017e20a12c1704e9d4d24f326d15dc955f /textproc/ispell | |
parent | d0d698ca46ddf6deed992f4999b92a4ab797b6fd (diff) | |
download | ports-2723f6072f4281e768e80dea2c7df8b2f5454a3c.tar.gz ports-2723f6072f4281e768e80dea2c7df8b2f5454a3c.zip |
Use ${WRKDIR} as yacc TMPDIR.
Reviewed by: jmz
Notes
Notes:
svn path=/head/; revision=15080
Diffstat (limited to 'textproc/ispell')
-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 599f45daf642..dcc2a1403586 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -4,7 +4,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.25 1998/11/20 15:26:10 kuriyama Exp $ +# $Id: Makefile,v 1.26 1998/12/02 05:01:53 asami Exp $ # DISTNAME= ispell-3.1 @@ -18,7 +18,7 @@ PATCHFILES= ispell-html-mode.patch MAINTAINER= jmz@FreeBSD.org -MAKE_FLAGS= TMPDIR=${WRKDIRPREFIX}${.CURDIR} -f +MAKE_FLAGS= TMPDIR=${WRKDIR} -f MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ sq.1 tryaffix.1 unsq.1 MAN4= ispell.4 english.4 |