summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-05-24 22:13:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-05-24 22:13:55 +0000
commit721f8e17acfec9374111a30d950a88f0a46da498 (patch)
tree26d3744093cbe3e9aec421ca4f6d42ba5e93202e /Mk
parent- Update to 0.4.2 (diff)
- Fix comments to match reality
Notes
Notes: svn path=/head/; revision=191636
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.options.mk4
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"
#