summaryrefslogtreecommitdiff
path: root/mk/bsd.makevars.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-24 22:53:34 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-24 22:53:34 +0000
commit5eb3c784ff950142b9ffc13b2a61e50aeff310e4 (patch)
tree6e85c1dd199239b764aebeb9c0afdc61ed2f167c /mk/bsd.makevars.mk
parentf2f638cca8f0018ba376bf288c57536107a6eda5 (diff)
downloadpkgsrc-5eb3c784ff950142b9ffc13b2a61e50aeff310e4.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