Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-24 | Rename the install phase to stage-install. Introduce a new install | joerg | 1 | -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-10 | Completely nuke the concept of PKG_PHASE from pkgsrc except for the | jlam | 1 | -8/+5 | |
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk. | |||||
2005-06-05 | Fixed a typo in a comment. | rillig | 1 | -2/+2 | |
2005-06-01 | Include bsd.makevars.mk in bsd.prefs.mk instead of bsd.pkg.mk. This | jlam | 1 | -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-01 | Separate out the logic to include the correct <phase>.makevars.mk file | jlam | 1 | -0/+40 | |
into a new file bsd.makevars.mk that can be included by other Makefiles. |