summaryrefslogtreecommitdiff
path: root/mk/scripts/pkg_path
AgeCommit message (Collapse)AuthorFilesLines
2007-10-31Changed ${TEST} to [...], since only the very basic conditions arerillig1-9/+8
checked, which is handled the same by every implementation of test(1). Removed the comment saying that absolute directories can be handled. It doesn't work.
2006-01-23If the package directory doesn't exist, then return a non-zero code. Thisjlam1-2/+6
allows us to distinguish the case where everything is what we expect, and any deviations from that main case.
2006-01-18Add a "-s pkgsrcdir" option that allows specifying the path to the pkgsrcjlam1-6/+32
directory tree on the command line more easily.
2006-01-18Modify the show-depends-pkgpaths implementation so that we don't assumejlam1-0/+86
package directories specified in DEPENDS lines begin with "../..". The new standalone script pkgsrc/mk/scripts/pkg_path will canonicalize them into package paths relative to ${PKGSRCDIR}.