diff options
author | 2010-10-04 10:35:24 +0000 | |
---|---|---|
committer | 2010-10-04 10:35:24 +0000 | |
commit | c19c9d4b4218b3f3d001baee88412e11f0949f08 (patch) | |
tree | 1df6d49b004b298c6d216a3ae3ef1759cd28ee95 | |
parent | be more forceful in pointing people at MULTI_PACKAGES/ONLY_FOR_ARCHS (diff) | |
download | wireguard-openbsd-c19c9d4b4218b3f3d001baee88412e11f0949f08.tar.xz wireguard-openbsd-c19c9d4b4218b3f3d001baee88412e11f0949f08.zip |
document TARGETS
-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 |