summaryrefslogtreecommitdiff
path: root/mk/find-prefix.mk
AgeCommit message (Collapse)AuthorFilesLines
2005-11-28Extend find-prefix.mk so that we can specify a package wildcard insteadjlam1-5/+5
of just ${PKGBASE}, e.g. M4DIR=m4>=1.0 will set M4DIR to the installation prefix of m4 if it matches "m4>=1.0", otherwise it will set M4DIR to ${M4DIR_DEFAULT}.
2005-05-13Rewrite command to compute the installation prefix of a package to notjlam1-3/+6
use awk -- a simple shell statement list suffices.
2005-05-12Adding "${GREP} ." into pipeline that I inadvertently left out whenjlam1-3/+3
moving the EVAL_PREFIX code from bsd.pkg.mk to find-prefix.mk.
2005-05-12Instead of structuring code so that variables defined by the EVAL_PREFIXjlam1-0/+29
loop are only used afterwards, split out the EVAL_PREFIX code into a separate file find-prefix.mk that can be included at any point to generate a prefix-computation for the variables specified by FIND_PREFIX at the inclusion point.