summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-19 22:41:47 +0000
committerrillig <rillig>2008-01-19 22:41:47 +0000
commitf60ec3094bd9a5a71b394685c6c62a985bb6cb47 (patch)
tree25554e56ab0bd4974136801613319f4a8530681d /mk
parent4e470ee24bb8eb1ebf82aaf0335aaadb71600650 (diff)
downloadpkgsrc-f60ec3094bd9a5a71b394685c6c62a985bb6cb47.tar.gz
Renamed some *.mk files to *.help, since they only contain comments.
Diffstat (limited to 'mk')
-rw-r--r--mk/help/destdir.help (renamed from mk/help/destdir.mk)2
-rw-r--r--mk/help/directories.help (renamed from mk/help/directories.mk)2
-rw-r--r--mk/help/env.help (renamed from mk/help/env.mk)5
3 files changed, 6 insertions, 3 deletions
diff --git a/mk/help/destdir.mk b/mk/help/destdir.help
index 76c2f3b1a97..e94ef754ae6 100644
--- a/mk/help/destdir.mk
+++ b/mk/help/destdir.help
@@ -1,4 +1,4 @@
-# $NetBSD: destdir.mk,v 1.2 2007/02/06 19:47:13 rillig Exp $
+# $NetBSD: destdir.help,v 1.1 2008/01/19 22:41:47 rillig Exp $
#
# ===
# Warning: This file is still under construction. Don't rely on it.
diff --git a/mk/help/directories.mk b/mk/help/directories.help
index 8a9b23a8750..600a2953f5e 100644
--- a/mk/help/directories.mk
+++ b/mk/help/directories.help
@@ -1,4 +1,4 @@
-# $NetBSD: directories.mk,v 1.4 2007/01/17 12:47:21 rillig Exp $
+# $NetBSD: directories.help,v 1.1 2008/01/19 22:41:48 rillig Exp $
#
# This file contains some short documentation on the directories that
# are used within pkgsrc.
diff --git a/mk/help/env.mk b/mk/help/env.help
index 5c662f1fc2a..8624499f546 100644
--- a/mk/help/env.mk
+++ b/mk/help/env.help
@@ -1,4 +1,4 @@
-# $NetBSD: env.mk,v 1.3 2007/03/01 18:30:11 wiz Exp $
+# $NetBSD: env.help,v 1.1 2008/01/19 22:41:48 rillig Exp $
#
# This file describes the *_ENV variables, where they are defined and
# where they are used.
@@ -44,6 +44,9 @@
# support packages using BSD-style Makefiles, for example
# <bsd.prog.mk>.
#
+# See also:
+# USE_BSD_MAKE
+#
# INSTALL_ENV
# This environment is prepended to MAKE_ENV in the install phase.