diff options
author | asami <asami@FreeBSD.org> | 1998-12-03 10:58:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-03 10:58:57 +0800 |
commit | f43061895bc9d358910918d97764fef0c2c07873 (patch) | |
tree | c5e422e46805e05d6faef3a8c1a6c465dee82ac6 /textproc/ispell | |
parent | 8eb4255f2ae5c3e01f8397f7873968b0faf10843 (diff) | |
download | freebsd-ports-gnome-f43061895bc9d358910918d97764fef0c2c07873.tar.gz freebsd-ports-gnome-f43061895bc9d358910918d97764fef0c2c07873.tar.zst freebsd-ports-gnome-f43061895bc9d358910918d97764fef0c2c07873.zip |
Use ${WRKDIR} as yacc TMPDIR.
Reviewed by: jmz
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 |