summaryrefslogtreecommitdiff
path: root/mk/find-prefix.mk
AgeCommit message (Collapse)AuthorFilesLines
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.