diff options
author | rillig <rillig> | 2006-08-04 07:17:58 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-08-04 07:17:58 +0000 |
commit | 57c250ba86956b2d5f19eebf08b86d8edb22c5e6 (patch) | |
tree | d22dd90b3588577c3d8a57ca55dd34e4c453dc8a /mk/install | |
parent | fc2e076438030796205eb1e4c45c30a0f7656b7d (diff) | |
download | pkgsrc-57c250ba86956b2d5f19eebf08b86d8edb22c5e6.tar.gz |
Rewrote the header comment so that "bin-install" can be found by "bmake
help".
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/bin-install.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mk/install/bin-install.mk b/mk/install/bin-install.mk index e047735d64d..8ef5fabd848 100644 --- a/mk/install/bin-install.mk +++ b/mk/install/bin-install.mk @@ -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: # |