diff options
author | joerg <joerg> | 2010-02-24 22:53:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-24 22:53:34 +0000 |
commit | f2eea3453479680d019eba63091e77804184c4f1 (patch) | |
tree | 6e85c1dd199239b764aebeb9c0afdc61ed2f167c /mk/bsd.makevars.mk | |
parent | 73dfb38f1ad5e79fedfa7deb7f739b9815c61304 (diff) | |
download | pkgsrc-f2eea3453479680d019eba63091e77804184c4f1.tar.gz |
Rename the install phase to stage-install. Introduce a new install
target that defaults to either stage-install or package-install,
depending on whether DESTDIR support is active and supported by the
package or not.
Diffstat (limited to 'mk/bsd.makevars.mk')
-rw-r--r-- | mk/bsd.makevars.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.makevars.mk b/mk/bsd.makevars.mk index fbbebcc6177..14a7c167d89 100644 --- a/mk/bsd.makevars.mk +++ b/mk/bsd.makevars.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.makevars.mk,v 1.4 2006/07/10 22:59:27 jlam Exp $ +# $NetBSD: bsd.makevars.mk,v 1.5 2010/02/24 22:53:34 joerg Exp $ # # This Makefile fragment is included by bsd.prefs.mk to set all of # the variables saved through MAKEVARS. Typical usage is: @@ -20,8 +20,8 @@ # _ALL_PHASES= fetch tools extract patch \ - wrapper configure build install package -_REV_ALL_PHASES= package install build configure wrapper \ + wrapper configure build stage-install package +_REV_ALL_PHASES= package stage-install build configure wrapper \ patch extract tools fetch # Try including the *.makevars.mk files in reverse order so that the |