diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-29 15:56:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-29 15:56:04 +0000 |
commit | 0229bb6658428c80643a12d466d57fb61d20c154 (patch) | |
tree | b2113b5f94080c57b9cf0f094dcf11efaca5fa52 /mk | |
parent | 711951595a5e58f067dd73c0ad8a73edd1c8b18c (diff) | |
download | pkgsrc-0229bb6658428c80643a12d466d57fb61d20c154.tar.gz |
Documented the file format.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/alternatives.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/alternatives.mk b/mk/alternatives.mk index 3686eb9d43d..0f8213c4adb 100644 --- a/mk/alternatives.mk +++ b/mk/alternatives.mk @@ -1,4 +1,4 @@ -# $NetBSD: alternatives.mk,v 1.9 2007/05/07 09:32:11 rillig Exp $ +# $NetBSD: alternatives.mk,v 1.10 2007/09/29 15:56:04 rillig Exp $ # # This Makefile fragment handles the alternatives system, registering a # package in the database. @@ -16,6 +16,10 @@ # Default value: The name of the ALTERNATIVES file in the package # directory, if it exists. Otherwise, nothing. # +# Each line of the alternatives file contains two filenames, first +# the wrapper and then the alternative provided by the package. +# Both paths are relative to PREFIX. +# # Variables defined by this file: # # PKG_ALTERNATIVES |