summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1994-09-22 07:45:30 +0000
committerSteven Wallace <swallace@FreeBSD.org>1994-09-22 07:45:30 +0000
commitf0a67f28b0c9635d043a9b22515525908f8979b5 (patch)
treee08d014dd253e860c63e213010f549fd2db974ce /Mk/bsd.port.mk
parentJean-Marc Zucconi's psutils port. (diff)
change COOKIE directory from .CURDIR to WRKDIR since a user may not have
write permission to .CURDIR but write permission to WRKDIR. Also, WRKDIR may be deleted and cookie still exist in CURDIR.
Notes
Notes: svn path=/head/; revision=109
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 8dba41399814..f3afcdf783af 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.38 1994/09/19 00:41:03 ache Exp $
+# $Id: bsd.port.mk,v 1.39 1994/09/19 01:08:35 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -99,8 +99,8 @@ PKGDIR?= ${.CURDIR}/pkg
# Change these if you'd prefer to keep the cookies someplace else.
-EXTRACT_COOKIE?= ${.CURDIR}/.extract_done
-CONFIGURE_COOKIE?= ${.CURDIR}/.configure_done
+EXTRACT_COOKIE?= ${WRKDIR}/.extract_done
+CONFIGURE_COOKIE?= ${WRKDIR}/.configure_done
# How to do nothing. Override if you, for some strange reason, would rather
# do something.