diff options
author | hubertf <hubertf> | 2001-10-17 23:23:15 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-10-17 23:23:15 +0000 |
commit | 29842b93a1cb765532c585906920bf290224b4ac (patch) | |
tree | 2184a46ed2ca9846e8f20a3fc74e599f7f455a9b /mk | |
parent | 8b4662fdb82e88d410aae2d09374b69750147569 (diff) | |
download | pkgsrc-29842b93a1cb765532c585906920bf290224b4ac.tar.gz |
Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was there
before!)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 90b8b3d7fc5..d3aaa6ea141 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.826 2001/10/12 15:40:56 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.827 2001/10/17 23:23:16 hubertf Exp $ # # This file is in the public domain. # @@ -449,10 +449,8 @@ _PKG_DEBUG= set -x; # If WRKOBJDIR is set, use that tree to build .ifdef WRKOBJDIR -BUILD_ROOT= ${WRKOBJDIR} BUILD_DIR?= ${WRKOBJDIR}/${PKGPATH} .else -BUILD_ROOT= ${PKGSRCDIR} BUILD_DIR?= ${.CURDIR} .endif # WRKOBJDIR |