diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 15:20:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 15:20:33 +0000 |
commit | 55b1b359f43115591cff1b763d9590b08537ce1c (patch) | |
tree | fca8722f8eb3d24631582184ad96669483cd4e71 /share | |
parent | ed961759e86d7846ebfd8ee299b97c8d9572c102 (diff) |
tweak;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index ce0326b0d2c..3e17d986e47 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.196 2007/05/31 10:48:51 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.197 2007/05/31 15:20:32 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -2177,7 +2177,8 @@ Until revision 1.295, did not substitute variables in the packing list unless this special form was used. .It Pa ${PKGDIR}/REQ* -Old requirement script. Was mostly unused anyways. +Old requirement script. +Was mostly unused anyway. .It Pa /usr/share/mk/bsd.port.mk Original location of .Nm bsd.port.mk . @@ -2420,7 +2421,7 @@ depending on the current SUBPACKAGE and FLAVOR information. Set ${PLIST${SUBPACKAGE}}, ${DESCR${SUBPACKAGE}}, ${COMMENT${SUBPACKAGE}}, ${MESSAGE${SUBPACKAGE}}, ${UNMESSAGE${SUBPACKAGE}} accordingly. .It Detect the existence of ${PKGDIR}/{REQ,INSTALL,DEINSTALL}${SUBPACKAGE}. -These are now deprecated. +These are now deprecated. Use @exec and @unexec annotations instead. .It Generate the actual DESCR, and if needed, MESSAGE, UNMESSAGE, |