diff options
author | rillig <rillig@pkgsrc.org> | 2006-08-04 07:17:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-08-04 07:17:58 +0000 |
commit | edafa3ed56e2bbb882617c4bfe2c592c8d4fb7fa (patch) | |
tree | d22dd90b3588577c3d8a57ca55dd34e4c453dc8a /mk | |
parent | 2b12ad4712ae273a5f834efa84c2b98da7a192e3 (diff) | |
download | pkgsrc-edafa3ed56e2bbb882617c4bfe2c592c8d4fb7fa.tar.gz |
Rewrote the header comment so that "bin-install" can be found by "bmake
help".
Diffstat (limited to 'mk')
-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: # |