diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-06-28 10:24:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-06-28 10:24:24 +0000 |
commit | b35dabc9b106fdce0c76b83ba3afeccef3da407b (patch) | |
tree | 2568bac60d0604ad199965d12b3a20ef92647946 /share/man/man7 | |
parent | 33270119352a2242bcfae95abd9d5f53c027b46e (diff) |
extra step between fake and package
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 0885da079d0..d61cfcb292d 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.111 2017/05/12 20:49:20 schwarze Exp $ +.\" $OpenBSD: ports.7,v 1.112 2017/06/28 10:24:23 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: May 12 2017 $ +.Dd $Mdocdate: June 28 2017 $ .Dt PORTS 7 .Os .Sh NAME @@ -296,6 +296,8 @@ This is the same as calling the target. .It Cm fake Pretend to install the port under a subdirectory of the work directory. +.It Cm generate-readmes +Create READMEs and rc scripts under the fake subdirectory. .It Cm package Create a binary package from the fake installation. The package is a .tgz file that can be used to |