summaryrefslogtreecommitdiff
path: root/mk/bsd.makevars.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-24 22:53:34 +0000
committerjoerg <joerg>2010-02-24 22:53:34 +0000
commitdf335ac120c2a4f23c5727a9752855264e2687d3 (patch)
tree6e85c1dd199239b764aebeb9c0afdc61ed2f167c /mk/bsd.makevars.mk
parent64b53c3db0ec8945c82818f8229dfd25feb5c1e7 (diff)
downloadpkgsrc-df335ac120c2a4f23c5727a9752855264e2687d3.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.mk6
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