diff options
-rw-r--r-- | share/man/man5/port-modules.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index f934f0f63d0..d087a85b224 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.83 2010/12/06 09:14:52 espie Exp $ +.\" $OpenBSD: port-modules.5,v 1.84 2010/12/06 09:31:55 espie Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -210,6 +210,7 @@ defined. MODFOO_BUILD_COOKIE = ${WRKBUILD}/.modfoo_build_done ${MODFOO_BUILD_COOKIE}: # whatever I want to do + touch $@ \&.if !defined(do-build) do-build: ${MODFOO_BUILD_COOKIE} |