diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-10 10:12:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-10 10:12:13 +0000 |
commit | 091ba5fb307533e52e0cf885f941d524919d5e7f (patch) | |
tree | 3e56ea9525497d8129b9933696095a13b7ac33ea /mk/find-prefix.mk | |
parent | d810c1ea3e9a4166abfd44ee2520eebd8e47e541 (diff) | |
download | pkgsrc-091ba5fb307533e52e0cf885f941d524919d5e7f.tar.gz |
Removed duplicated documentation.
Diffstat (limited to 'mk/find-prefix.mk')
-rw-r--r-- | mk/find-prefix.mk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/mk/find-prefix.mk b/mk/find-prefix.mk index 8dcf2b889a3..90d2cd90bcb 100644 --- a/mk/find-prefix.mk +++ b/mk/find-prefix.mk @@ -1,4 +1,4 @@ -# $NetBSD: find-prefix.mk,v 1.5 2007/09/29 10:56:34 rillig Exp $ +# $NetBSD: find-prefix.mk,v 1.6 2008/02/10 10:12:13 rillig Exp $ # # This is a "subroutine" that can be included to find the installation # prefix of an installed package. @@ -24,17 +24,6 @@ # .include "../../mk/find-prefix.mk" # # ${M4DIR} now contains the installation prefix for the "gm4" package. # -# The input variable is FIND_PREFIX, which is a list of VARNAME=<pattern> -# pairs, where "VARNAME" is the variable that will be set to the -# installation prefix for the package, and <pattern> is a package -# wildcard pattern used to match the installed package (see pkg_info(8)). -# -# An example use is: -# -# FIND_PREFIX:= M4DIR=gm4 -# .include "../../mk/find-prefix.mk" -# # ${M4DIR} now contains the installation prefix for the "gm4" package -# .for _def_ in ${FIND_PREFIX} . if !defined(${_def_:C/=.*$//}) |