diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-21 09:31:43 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-21 09:31:43 +0800 |
commit | 84dd7d1ed40eb158f3f3f7d3aff1a624da114664 (patch) | |
tree | 5ce2b654d6a8977b257e7a73bfa62cde24811035 /Mk | |
parent | 9627c9b8df363d81382c095c74088d26ebab37e3 (diff) | |
download | freebsd-ports-gnome-84dd7d1ed40eb158f3f3f7d3aff1a624da114664.tar.gz freebsd-ports-gnome-84dd7d1ed40eb158f3f3f7d3aff1a624da114664.tar.zst freebsd-ports-gnome-84dd7d1ed40eb158f3f3f7d3aff1a624da114664.zip |
Document the index target.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c03c5e7c65e7..0f4304724247 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.117 1995/03/19 12:49:06 ats Exp $ +# $Id: bsd.port.mk,v 1.118 1995/03/20 00:41:36 ats Exp $ # # Please view me with 4 column tabs! @@ -115,6 +115,7 @@ # use in INDEX files and the like. # checksum - Use files/md5 to ensure that your distfiles are valid # makesum - Generate files/md5 (only do this for your own ports!) +# index - Generate an INDEX file of port short desriptions. # # Default sequence for "all" is: fetch extract configure build |