Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-13 | Rewrite command to compute the installation prefix of a package to not | jlam | 1 | -3/+6 | |
use awk -- a simple shell statement list suffices. | |||||
2005-05-12 | Adding "${GREP} ." into pipeline that I inadvertently left out when | jlam | 1 | -3/+3 | |
moving the EVAL_PREFIX code from bsd.pkg.mk to find-prefix.mk. | |||||
2005-05-12 | Instead of structuring code so that variables defined by the EVAL_PREFIX | jlam | 1 | -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. |