pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Removed duplicated documentation.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c6f3dce05f5
branches: trunk
changeset: 538491:2c6f3dce05f5
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Feb 10 10:12:13 2008 +0000
description:
Removed duplicated documentation.
diffstat:
mk/find-prefix.mk | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diffs (27 lines):
diff -r 17074593858e -r 2c6f3dce05f5 mk/find-prefix.mk
--- a/mk/find-prefix.mk Sat Feb 09 23:52:00 2008 +0000
+++ b/mk/find-prefix.mk Sun Feb 10 10:12:13 2008 +0000
@@ -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/=.*$//})
Home |
Main Index |
Thread Index |
Old Index