diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-12-06 09:44:46 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-12-06 09:44:46 +0000 |
commit | 49e3a1293d94820525a31d7fe155bba1447e1d36 (patch) | |
tree | e238bf5cd4cff7546b26a512a97bff321c42191f /share/man/man5/port-modules.5 | |
parent | 51f5ac7e5130f5ceeb6573d7ffdd9b792ee42cc5 (diff) |
WRKBUILD might not be defined at modules stage
Diffstat (limited to 'share/man/man5/port-modules.5')
-rw-r--r-- | share/man/man5/port-modules.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index d087a85b224..cb4d2b369a6 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.84 2010/12/06 09:31:55 espie Exp $ +.\" $OpenBSD: port-modules.5,v 1.85 2010/12/06 09:44:45 espie Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -207,7 +207,7 @@ The proper way is to define a properly named cookie, and have the behavior attached to the cookie, then override the target only if it isn't already defined. .Bd -literal -offset indent -MODFOO_BUILD_COOKIE = ${WRKBUILD}/.modfoo_build_done +MODFOO_BUILD_COOKIE = ${WRKDIR}/.modfoo_build_done ${MODFOO_BUILD_COOKIE}: # whatever I want to do touch $@ |