diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-04 07:35:46 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-04 07:35:46 +0000 |
commit | b63e9250694b928e8e935a5ef058d5a57ac0128a (patch) | |
tree | 65470edbd6e8bd92cf1a7cd457ac4743f91deb8d /Mk/bsd.port.mk | |
parent | 05e415d5479630377c7ca7f32cf415f7be3572ea (diff) | |
download | ports-b63e9250694b928e8e935a5ef058d5a57ac0128a.tar.gz ports-b63e9250694b928e8e935a5ef058d5a57ac0128a.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 9e11b96ab8bc..3f2104bde282 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.90 1995/01/01 20:06:20 ache Exp $ +# $Id: bsd.port.mk,v 1.91 1995/01/03 11:51:59 jkh Exp $ # # Please view me with 4 column tabs! @@ -89,6 +89,8 @@ # reinstall - Install the results of a build, ignoring "already installed" # flag. # package - Create a package from a build. +# describe - Try to generate a one-line description for each port for +# use in INDEX files and the like. # # Default sequence for "all" is: fetch extract configure build |