diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-24 22:13:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-24 22:13:55 +0000 |
commit | 721f8e17acfec9374111a30d950a88f0a46da498 (patch) | |
tree | 26d3744093cbe3e9aec421ca4f6d42ba5e93202e /Mk | |
parent | 73c66251447b2815490d129e88600f0dcbbd8e93 (diff) | |
download | ports-721f8e17acfec9374111a30d950a88f0a46da498.tar.gz ports-721f8e17acfec9374111a30d950a88f0a46da498.zip |
- Fix comments to match reality
Notes
Notes:
svn path=/head/; revision=191636
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.options.mk b/Mk/bsd.port.options.mk index d36f9cd142c2..c09a5a200523 100644 --- a/Mk/bsd.port.options.mk +++ b/Mk/bsd.port.options.mk @@ -5,9 +5,9 @@ # # usage: # -# .include "bsd.port.pre.mk" -# <deal with user options> # .include "bsd.port.options.mk" +# <deal with user options> +# .include "bsd.port.pre.mk" # <other work, including adjusting dependencies> # .include "bsd.port.post.mk" # |