mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
I assume there's a reason why you're not exporting WRKDIR as TMPDIR,
so just prepend ${WRKDIRPREFIX} to ${.CURDIR} in there.
This commit is contained in:
parent
58cbb43213
commit
4ad83a6cc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15046
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user