summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>2008-08-19 17:28:24 +0000
committeragc <agc>2008-08-19 17:28:24 +0000
commit3d787ac45e7ff0210df8c6a671afbbdef3d17a91 (patch)
treebde0532ee3a1d160405bd35426cc069504c88e74 /mk
parent52e1ec7cd408f8de0a4d23623d1b2ab6dbea02c8 (diff)
downloadpkgsrc-3d787ac45e7ff0210df8c6a671afbbdef3d17a91.tar.gz
For no real reason, but per the "discussion" on tech-pkg, default the
creation of a symbolic link to the real work directory to "no".
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index e9a779a504e..aba0b2c9e88 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1950 2008/07/21 22:34:18 agc Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1951 2008/08/19 17:28:24 agc Exp $
#
# This file is in the public domain.
#
@@ -595,7 +595,7 @@ ${WRKDIR}:
# Create a symlink from ${WRKDIR} to the package directory if
# CREATE_WRKDIR_SYMLINK is "yes".
#
-CREATE_WRKDIR_SYMLINK?= yes
+CREATE_WRKDIR_SYMLINK?= no
.if defined(WRKOBJDIR) && !empty(CREATE_WRKDIR_SYMLINK:M[Yy][Ee][Ss])
makedirs: ${.CURDIR}/${WRKDIR_BASENAME}