summaryrefslogtreecommitdiff
path: root/mk/bsd.makevars.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-02-24Rename the install phase to stage-install. Introduce a new installjoerg1-3/+3
target that defaults to either stage-install or package-install, depending on whether DESTDIR support is active and supported by the package or not.
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam1-8/+5
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2005-06-05Fixed a typo in a comment.rillig1-2/+2
2005-06-01Include bsd.makevars.mk in bsd.prefs.mk instead of bsd.pkg.mk. Thisjlam1-5/+8
allows the saved make variables to be re-set whenever bsd.prefs.mk is included, and is a shortcut for the common case where a Makefile includes both.
2005-06-01Separate out the logic to include the correct <phase>.makevars.mk filejlam1-0/+40
into a new file bsd.makevars.mk that can be included by other Makefiles.