summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2008-08-19 17:28:24 +0000
committeragc <agc@pkgsrc.org>2008-08-19 17:28:24 +0000
commitb8870d4b6060173d29d59ee082e9fc38c6de2495 (patch)
treebde0532ee3a1d160405bd35426cc069504c88e74 /mk/bsd.pkg.mk
parentf21ccaeacca957956daa81f60e247a7ac583cdb6 (diff)
downloadpkgsrc-b8870d4b6060173d29d59ee082e9fc38c6de2495.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/bsd.pkg.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}