diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-10-04 10:35:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-10-04 10:35:25 +0000 |
commit | 73737dbdd6719b69f283bd31d0b195f30c99f861 (patch) | |
tree | 0b012250421466073207a902688adf950bb8db64 /share | |
parent | c93a6dd3a9e8ae31a5da790dec43a4da5d662a51 (diff) |
document TARGETS
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b2c3dedffc3..b67e4d9a017 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.263 2010/10/04 10:32:47 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.264 2010/10/04 10:35:24 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1940,6 +1940,13 @@ and .Ev DISTDIR . .It Ev TAR Name of the tar binary. +.It Ev TARGETS +Read-only. +Set to the list of special targets for a port +.Po +.Ar {pre,do,post}-* +.Pc . +Used by introspection tools such as the sqlports package. .It Ev TEMPLATES Base location for the templates used in the .Ar readmes |