pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/install Rewrote the header comment so that "bin-ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f01c9128bfb
branches:  trunk
changeset: 517093:2f01c9128bfb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Aug 04 07:17:58 2006 +0000

description:
Rewrote the header comment so that "bin-install" can be found by "bmake
help".

diffstat:

 mk/install/bin-install.mk |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r f2b60ca408f8 -r 2f01c9128bfb mk/install/bin-install.mk
--- a/mk/install/bin-install.mk Fri Aug 04 07:04:38 2006 +0000
+++ b/mk/install/bin-install.mk Fri Aug 04 07:17:58 2006 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: bin-install.mk,v 1.1 2006/08/04 07:04:38 rillig Exp $
+# $NetBSD: bin-install.mk,v 1.2 2006/08/04 07:17:58 rillig Exp $
 #
 
-# The bin-install target tries to install a package from a prebuilt
-# binary package, and if that doesn't work, builds the package from
-# source.
+# This file provides the following targets:
+#
+# bin-install
+#      Tries to install a package from a prebuilt binary package, and
+#      if that doesn't work, builds the package from source.
 #
 # The following variables can be set by the pkgsrc user in mk.conf:
 #



Home | Main Index | Thread Index | Old Index